import { EventEmitter } from '../../stencil-public-runtime';
import type { IconName } from '../icon/exports';
/**
* Groups multiple `r-checkbox` elements under a shared label with optional select-all functionality, validation, and native form integration.
*
* Example:
* ```
*
* News updates
* Special offers
* Events
*
* ```
*
* @part content - Wrap for the group of checkboxes
* @part label - Label element for the group
*
* @slot - Checkbox items (`r-checkbox` elements) inside the group
* @slot label - Custom label content for the group
* @slot popover - Popover element (`r-popover`) attached to the group label
*/
export declare class CheckboxGroup {
host: HTMLRCheckboxGroupElement;
/**
* Specifies the `id` of the `