import { HTMLAttributes } from "react"; export declare type FormProps = {} & HTMLAttributes; export declare const Form: ({ onSubmit, ...props }: HTMLAttributes) => import("@emotion/react/jsx-runtime").JSX.Element;