export declare const FILE_TYPES: { CSV: { EXTENSION: string[]; MIME_TYPES: string[]; ILLUSTRATION: string; }; PDF: { EXTENSION: string[]; MIME_TYPES: string[]; ILLUSTRATION: string; }; PNG: { EXTENSION: string[]; MIME_TYPES: string[]; ILLUSTRATION: string; }; JPEG: { EXTENSION: string[]; MIME_TYPES: string[]; ILLUSTRATION: string; }; DOC: { EXTENSION: string[]; MIME_TYPES: string[]; ILLUSTRATION: string; }; XLS: { EXTENSION: string[]; MIME_TYPES: string[]; ILLUSTRATION: string; }; }; export declare enum FileUploadSizes { Dense = "dense", Standard = "standard" } export type FileUploadSize = `${FileUploadSizes}`;