export declare const Form: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; export default Form;