import { Canvas } from "./interface"; export declare const downloadImgUrl: (url: string) => Promise; export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise;