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