import { InputChoiceGroup } from '../../../InputChoiceGroup/InputChoiceGroup'; /** * `bm-switch-group` * * @slot label - Slot for the label of the SwitchGroup * @slot helperText - Slot for the helper text of the SwitchGroup */ export declare class BmSwitchGroup extends InputChoiceGroup { } declare global { interface HTMLElementTagNameMap { 'bm-switch-group': BmSwitchGroup; } } //# sourceMappingURL=SwitchGroup.d.ts.map