import { FC } from 'react'; import { FormProps } from './type'; declare const FormComponent: FC; export default FormComponent;