interface baseResolveProps { status?: string; url?: any; error?: any; } export declare function getBase64(file: any): Promise; export declare function getAccept(fileType?: string): "*" | ".jpg,.png" | ".svg" | ".doc,.docx,.pdf,.xls,.xlsx" | ".rar,.zip"; export {};