import { ViewContainerRef } from '@angular/core';
export declare class MdlTabPanelTitleComponent {
    vcRef: ViewContainerRef;
    constructor(vcRef: ViewContainerRef);
}
