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