export declare class MzTabItemComponent {
    active: boolean;
    class: string;
    disabled: boolean;
    href: string;
    label: string;
    tabItemId: string;
    target: string;
    tabs: HTMLElement;
    liElement: HTMLElement;
    readonly link: string;
}
