import { Form as FormProps } from "./index.types"; import "./index.css"; export declare function Form({ children, onSubmit, submitButton, initialState, backgroundColor, ...rest }: FormProps): import("react/jsx-runtime").JSX.Element; export default Form;