import { InputChoiceGroup } from '../../../InputChoiceGroup/InputChoiceGroup'; export declare class BmRadioButtonGroup extends InputChoiceGroup { protected updateSelectedValue(value: string): void; private getAllRadioButtons; private getCheckedRadioButton; private syncRadioButtons; private setTabIndex; private focusRadioButton; private selectRadioButton; updated(): void; protected handleKeyDown(event: KeyboardEvent): void; /** * NOTE: * This will help to ensure the correct button is focused after any interaction */ protected handleClick(event: MouseEvent): void; } declare global { interface HTMLElementTagNameMap { 'bm-radio-button-group': BmRadioButtonGroup; } } //# sourceMappingURL=RadioButtonGroup.d.ts.map