export declare const getImgBase64Url: (file: File, callback: (string: any) => any) => void;
export declare const isBase64Image: (value: string) => boolean | null;
export declare const isBase64Content: (content?: string) => boolean;
