export type FieldsetProps = React.ComponentPropsWithoutRef<"fieldset">; export declare const FieldsetComp: import('react').ForwardRefExoticComponent, HTMLFieldSetElement>, "ref"> & import('react').RefAttributes>; export type FieldsetLegendProps = React.ComponentPropsWithoutRef<"legend">; export type FieldsetDescriptionProps = React.ComponentPropsWithoutRef<"p">; export declare const Fieldset: import('react').ForwardRefExoticComponent, HTMLFieldSetElement>, "ref"> & import('react').RefAttributes> & { Legend: import('react').ForwardRefExoticComponent, HTMLLegendElement>, "ref"> & import('react').RefAttributes>; Description: import('react').ForwardRefExoticComponent, HTMLParagraphElement>, "ref"> & import('react').RefAttributes>; };