import { InputChoiceGroup } from '../../../InputChoiceGroup/InputChoiceGroup'; export declare class BmCheckboxGroup extends InputChoiceGroup { protected handleKeyDown(event: KeyboardEvent): void; protected handleClick(event: MouseEvent): void; } declare global { interface HTMLElementTagNameMap { 'bm-checkbox-group': BmCheckboxGroup; } } //# sourceMappingURL=CheckboxGroup.d.ts.map