declare const waitForImageLoad: (image: HTMLImageElement) => Promise<void>;
export default waitForImageLoad;
