import { OnChanges, SimpleChanges, ElementRef, AfterViewInit } from "@angular/core"; import { SlickTabHeaderComponent } from "./slick-tab-header.component"; import { SlickTabsComponent } from "./slick-tabs.component"; import * as i0 from "@angular/core"; export declare class SlickTabComponent implements OnChanges, AfterViewInit { private el; header: string; icon: string; key: string; tabHeaderRef: SlickTabHeaderComponent; tabBodyRef: ElementRef; uuid: string; showHeaderFromInput: boolean; selected: boolean; parentComponent: SlickTabsComponent; constructor(el: ElementRef); ngAfterViewInit(): Promise; ngOnChanges(changes: SimpleChanges): Promise; onTabClicked(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }