import { AfterViewInit, EventEmitter, OnInit } from "@angular/core"; import { TabComponent } from "@syncfusion/ej2-angular-navigations"; import * as i0 from "@angular/core"; export declare class RsPageTabComponent implements OnInit, AfterViewInit { tabObj: TabComponent; pageTitle: any; customPageTitle: boolean; tabList: any[]; currentTab: any; tabChange: EventEmitter; selectedItemIndex: number; animation: object; ngOnInit(): void; ngAfterViewInit(): void; onTabClick(e: any): void; changeTab(idx: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }