import { AfterViewInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TlTab implements AfterViewInit {
    title: string;
    padding: boolean;
    tabComponents: ElementRef;
    height: string;
    selected: any;
    lastComponent: any;
    background: any;
    firstComponent: any;
    trulyComponents: string[];
    constructor();
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlTab, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlTab, "tl-tab", never, { "title": "title"; "padding": "padding"; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=tab.d.ts.map