import React, { ComponentPropsWithoutRef } from "react"; export type FormProps = Omit, "className">; /** * A simple Form wrapper that doesn't affect the layout of its children. */ export declare const Form: React.ForwardRefExoticComponent>; //# sourceMappingURL=Form.d.ts.map