import { EventEmitter } from '@angular/core'; import { NavItem, NavOptions } from '@servicestack/client'; import { BootstrapBase } from './core'; import * as i0 from "@angular/core"; export declare class NavLinkButtonComponent extends BootstrapBase { href: string | undefined; item: NavItem | undefined; options: NavOptions | undefined; id: string | undefined; baseHref: string | undefined; activePath: string | undefined; navItemClass: string | undefined; exact: boolean | undefined; click: EventEmitter; onClick(e: any): void; get opt(): any; get show(): boolean; get useActivePath(): any; get hashPrefix(): string; get activeCls(): string | undefined; get btnCls(): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }