export declare const Form: import("react").ForwardRefExoticComponent & { children?: React.ReactNode; } & { ref?: import("react").Ref>; } & import("@cuvp1225/boot").TangoComponentProps, "ref"> & import("react").RefAttributes>; export declare const Fieldset: import("react").ForwardRefExoticComponent & { children?: React.ReactNode; } & { ref?: import("react").Ref>; } & import("@cuvp1225/boot").TangoComponentProps, "ref"> & import("react").RefAttributes>; export declare const FormItem: import("react").ForwardRefExoticComponent & import("@cuvp1225/boot").TangoComponentProps & import("react").RefAttributes>; export declare const FormFooter: import("react").ForwardRefExoticComponent & { children?: React.ReactNode; } & { ref?: import("react").Ref>; } & import("@cuvp1225/boot").TangoComponentProps, "ref"> & import("react").RefAttributes>;