import { OnInit, TemplateRef } from '@angular/core'; import type { TabComponent } from './tab.component'; import * as i0 from "@angular/core"; export declare class TabPanelDirective implements OnInit { parentTab: TabComponent; templateRef: TemplateRef; youiTabPanel: string; label: string; constructor(parentTab: TabComponent, templateRef: TemplateRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }