/// export declare const Form: ({ onSubmit, children, }: { onSubmit: () => void; children: JSX.Element[] | JSX.Element; }) => JSX.Element; export default Form;