import { CheckboxGroupProps } from './Checkbox.types'; export declare const CheckboxGroup: import('react').MemoExoticComponent<{ ({ name, value: controlledValue, defaultValue, onChange, options, disabled, error, orientation, legend, "aria-label": ariaLabel, required, errorMessage, assistiveMessage, className, "data-testid": testId, labelFontSize, optionsFontSize, }: CheckboxGroupProps): import("react/jsx-runtime").JSX.Element; displayName: string; }>; export default CheckboxGroup; //# sourceMappingURL=CheckboxGroup.d.ts.map