import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonGroupComponent { private readonly el; constructor(el: ElementRef); isFirst(btn: ElementRef): boolean; isLast(btn: ElementRef): boolean; private getDirectChildOfGroup; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }