import { IFunction } from '../interfaces/index';
declare const loadImg: (img: HTMLImageElement | string, resolve: IFunction, reject?: IFunction) => void;
export default loadImg;
//# sourceMappingURL=loadImg.d.ts.map