import { QueryList, EventEmitter } from '@angular/core'; import { SelectEvent, TabAlignment, TabPosition } from "@progress/kendo-angular-layout"; import { TabstripTabComponent } from './tabstrip-tab/tabstrip-tab.component'; import * as i0 from "@angular/core"; export declare class TabstripComponent { height: string | number; alignment: TabAlignment; position: TabPosition; onTabSelect: EventEmitter; selectedTab: number; get heightString(): string; tabstripTabComponents: QueryList; onTabSelectEvent(e: SelectEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }