import { OnChanges, SimpleChanges, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NzTabBodyComponent implements OnChanges { content: TemplateRef | null; active: boolean; animated: boolean; forceRender: boolean; /** * If this tab is ever activated, then the content should always be rendered. */ protected hasBeenActive: boolean; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }