export default function loadImage(url?: string | null): Promise<HTMLImageElement>;
