import { TemplateRef } from '@angular/core';
export declare class TabComponent {
    tabTitle: string;
    tabSubTitle: string;
    active: boolean;
    disabled: boolean;
    bypassDOM: boolean;
    customPaneClass: string;
    template: TemplateRef<any>;
}
