import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** Decorates the `ng-template` tags and reads out the template from it. */ export declare class KbqTabContent { template: TemplateRef; constructor(template: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }