export declare const getDataURL: (file: File) => Promise; export declare const getAttachments: (files: File[]) => Promise>; export declare const getAttachmentSizes: (files: File[]) => number[]; declare const _default: { getDataURL: (file: File) => Promise; getAttachments: (files: File[]) => Promise>; getAttachmentSizes: (files: File[]) => number[]; }; export default _default;