import type React from 'react';
import { InputBaseComponentProps } from '@mui/material';
declare const FileInput: React.FC<InputBaseComponentProps>;
export default FileInput;
//# sourceMappingURL=file-input.d.ts.map