import type { MutableRefObject } from 'react';
import type { CustomFileOrRejection } from '../hooks';
export declare const useBase64PreviewValue: (file: CustomFileOrRejection, mountedRef: MutableRefObject<boolean>) => string | undefined;
//# sourceMappingURL=hooks.d.ts.map