import { isFunction } from './utils'; import type { PreviewOptions, FileLike } from './types'; declare const getWithMandatoryOptions: (options: PreviewOptions) => PreviewOptions; declare const getFileObjectUrlByType: (file: FileLike) => void | { name: any; url: string; }; export { isFunction, getWithMandatoryOptions, getFileObjectUrlByType }; //# sourceMappingURL=upload-preview.utils.d.ts.map