/// /** * Properties for the Fieldset component. */ export interface FieldsetProperties { children: React.ReactNode; label?: string; }