import { Injector } from '@angular/core'; import { Alignment } from '@wvr/elements'; import { TamuAbstractBaseComponent } from '../shared/tl-abstract-base.component'; import * as i0 from "@angular/core"; /** * The TamuNavList Component represents a navigation list. * Elements within this list must be of type : wvr-nav-li elements and can be either links of action elements. */ export declare class TlNavListComponent extends TamuAbstractBaseComponent { /** The aligned property describing the positioning of the list elements. */ aligned: Alignment; /** This allows the display of the list horizontally. */ vertical: boolean; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }