import React from "react"; import type FormProps from "./private/types/FormProps"; import type ItemProps from "./private/types/ItemProps"; import type WithChildren from "./private/types/WithChildren"; declare const Form: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes> & { Item: ({ children, size, disabled, error, className, }: WithChildren) => React.JSX.Element; }; export default Form; //# sourceMappingURL=Form.d.ts.map