import type { FileInputFunctions, FileInputProps } from '@uppy/components'; import { type ChangeEvent } from 'react'; type TEvent = Event & ChangeEvent; export declare function useFileInput(props?: FileInputProps): FileInputFunctions; export {}; //# sourceMappingURL=useFileInput.d.ts.map