import { AfterContentChecked, ElementRef, QueryList } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GmBtnGroupComponent implements AfterContentChecked { private renderer; vertical: boolean; btns: QueryList; testId: string; set _vertical(vertical: boolean | string); ngAfterContentChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }