export declare function convertImageToBase64(imgUrl: string, callback?: (dataUrl: string) => any): void;