import { ElementRef, QueryList } from "@angular/core"; import { MdlLayoutTabPanelComponent } from "./mdl-layout-tab-panel.component"; import * as i0 from "@angular/core"; export declare class MdlLayoutContentComponent { private elRef; isContent: boolean; tabs: QueryList; el: HTMLElement; constructor(elRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }