import { FormItemProps } from '../Form'; import { FileInputProps } from '../../Input/FileInput'; export type FormFileInputProps = FormItemProps & FileInputProps;