import { NavItem, NavOptions } from '@servicestack/client'; import { NavBase } from './core'; import * as i0 from "@angular/core"; export declare class NavLinkComponent extends NavBase { item: NavItem | undefined; options: NavOptions | undefined; activePath: string | undefined; navItemClass: string | undefined; navLinkClass: string | undefined; get opt(): any; get show(): boolean; get useActivePath(): any; get hasChildren(): boolean | undefined; get navItemCls(): any; get navLinkCls(): any; get childProps(): { role: string; 'data-toggle': string; 'aria-haspopup': string; 'aria-expanded': string; } | { role?: undefined; 'data-toggle'?: undefined; 'aria-haspopup'?: undefined; 'aria-expanded'?: undefined; }; get id(): string; get activeCls(): string | undefined; activeClassNav(x: NavItem, activePath: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }