import { ChangeDetectorRef, OnChanges } from '@angular/core'; import { TabViewComponent } from './tabview.component'; import * as i0 from "@angular/core"; export declare class TabPanelComponent implements OnChanges { cdr: ChangeDetectorRef; tabViewComponent: TabViewComponent | null; title: string | null; tag: string | null; selected: boolean; disabled: boolean; titleClasses: string[]; hasFormError: boolean; disable(): void; enable(): void; detectChanges(): void; ngOnChanges(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }