import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TabContentDirective {
    templateRef: TemplateRef<any>;
    constructor(templateRef: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<TabContentDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[dTabContent]", never, {}, {}, never, never, false, never>;
}
