import { FileInputItem } from './hooks'; export declare const IMAGE_FILE_EXTENSION_REGEX: RegExp; export declare const getFileName: (file: FileInputItem) => string; export declare const getFileExtension: (file: FileInputItem) => string; export declare const getImagePreviewSource: (file: FileInputItem) => string | undefined;