import { IInputGroupProps } from '@blueprintjs/core'; import { FC } from 'react'; import { InputComponentProps } from '@balgamat/react-autoform'; export declare type FileInputProps = InputComponentProps & IInputGroupProps; export declare const FileInput: FC;