/** * Load image from url and return a promise * @param url image url */ export declare function loadImage(url: string): Promise;