import { EventEmitter } from '@angular/core'; import { AlloyLink } from '../../../cell/link/link.model'; import { AlloyLinkBar } from '../bar.model'; import * as i0 from "@angular/core"; export declare class LinkBarComponent { _linkBar: AlloyLinkBar; set linkBar(linkBar: AlloyLinkBar); output: EventEmitter; constructor(); getSelected(tab: AlloyLink): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }