import { type FormElProps } from "../html/index.js"; export type FormProps = FormElProps; export declare function Form({ ...props }: FormProps): import("react").JSX.Element; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map