/** * Constants defining the Fieldset component */ export declare const FieldsetConstants: { BASE_CLASSNAME: string; LABEL: "label"; };