import React from "react";

//#region src/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts
type CheckboxOrRadioGroupLabelProps = {
  /** Class name for custom styling */className?: string;
  /**
   * Whether to visually hide the fieldset legend
   */
  visuallyHidden?: boolean;
};
//#endregion
export { CheckboxOrRadioGroupLabelProps };