import { AfterContentInit, Injector, OnInit } from '@angular/core'; import { TamuAbstractBaseComponent } from '../../shared/tl-abstract-base.component'; import * as i0 from "@angular/core"; export declare class TlMegaMenuSectionComponent extends TamuAbstractBaseComponent implements AfterContentInit, OnInit { private parent; /** Toggles the mobile-layout class on the root element. */ mobileLayout: boolean; /** Allows for the override of the --tl-mobile-display-wvr-nav-list-component-max-height variable. */ wvrNavListComponentMaxHeight: string; /** The text value to be displayed as section title in the tl-mega-menu dropdown menu. */ sectionTitle: string; /** The href value for the view all button. */ viewAllHref: string; active: boolean; constructor(injector: Injector); ngOnInit(): void; ngAfterContentInit(): void; open(): void; close(): void; toggleOpenClose(): void; getElementHeight(): number; getExpandedHeight(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }