import { ReactElement } from 'react'; interface FormProps { path: string; omit?: string[]; } export declare const Form: ({ path, omit }: FormProps) => ReactElement; export {}; //# sourceMappingURL=Form.d.ts.map