///
import type { FileInputProps } from '@toptal/picasso-file-input';
import type { FieldProps } from '../Field';
import type { Props as FieldLabelProps } from '../FieldLabel';
export declare type Props = FileInputProps & FieldProps & FieldLabelProps;
export declare const FileInput: {
(props: Props): JSX.Element;
displayName: string;
};
export default FileInput;
//# sourceMappingURL=FileInput.d.ts.map