import { EventEmitter } from '@angular/core'; import { AlloyButtonBar } from '../bar.model'; import { AlloyButton } from '../../../cell/button/button.model'; import * as i0 from "@angular/core"; export declare class ButtonBarComponent { _buttonBar: AlloyButtonBar; set buttonBar(buttonBar: AlloyButtonBar); output: EventEmitter; constructor(); getSelected(tab: AlloyButton): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }