import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * For documentation, see the Tabs
 */
export declare class Tab {
    title: string;
    icon: string;
    id: string;
    routerLink: any[];
    disabled: boolean;
    /**
     * When the tab is clicked, this event is fired with the tab id.
     */
    select: EventEmitter<string>;
    active: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<Tab, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<Tab, "gtx-tab", never, { "title": "title"; "icon": "icon"; "id": "id"; "routerLink": "routerLink"; "disabled": "disabled"; }, { "select": "select"; }, never, ["*"]>;
}
