import React from 'react';
import type { SxProp } from '../../../sx';
export type CheckboxOrRadioGroupLabelProps = {
    /** Class name for custom styling */
    className?: string;
    /**
     * Whether to visually hide the fieldset legend
     */
    visuallyHidden?: boolean;
} & SxProp;
declare const CheckboxOrRadioGroupLabel: React.FC<React.PropsWithChildren<CheckboxOrRadioGroupLabelProps>>;
export default CheckboxOrRadioGroupLabel;
//# sourceMappingURL=CheckboxOrRadioGroupLabel.d.ts.map