import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import { TabsComponentConfig } from '../../public-api'; import * as i0 from "@angular/core"; export declare class TabsComponent implements OnInit, OnChanges { config: TabsComponentConfig; body: TemplateRef; onSelect: EventEmitter; selectedIndex: number; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; selectTab(event: { index: number; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }