import types = require('./types'); declare function loadImg(src: string, cb?: types.AnyFn): void; export = loadImg;