import { MdlTabPanelTitleComponent } from "./mdl-tab-panel-title.component"; import * as i0 from "@angular/core"; export declare class MdlTabPanelContentComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlTabPanelComponent { titleComponent: MdlTabPanelTitleComponent | undefined; title: string | undefined; disabled: boolean | undefined; isTabPanel: boolean; isActive: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }