/// <reference types="react" />
import type { FormProps } from './type';
declare const Form: import("react").NamedExoticComponent<FormProps>;
export default Form;
