export declare const getValidMimeType: (file: File | null, acceptedTypes?: string[]) => string;
