import { EventEmitter, QueryList, TemplateRef } from "@angular/core"; import { IntTabsActionDirective } from "./int-tabs-action.directive"; import { IntTabsContentDirective } from "./int-tabs-content.directive"; import * as i0 from "@angular/core"; export declare class IntTabsComponent { activeTab: string | number | null; onHandleChange: EventEmitter; readonly tabsList: QueryList; readonly contentList: QueryList; getContentTemplateByKey(key: string | number | null): TemplateRef | null; onSelect(tab: string | number | null): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }