import FormInput, { FormInputProps } from './FormInput'; export type { FormInputProps }; export default FormInput;