import { EventEmitter } from '@angular/core'; import { NavOptions } from '@servicestack/client'; import { BootstrapBase } from './core'; import * as i0 from "@angular/core"; export declare class LinkButtonComponent extends BootstrapBase { href: string; options: NavOptions | undefined; navItemClass: string | undefined; exact: boolean | undefined; click: EventEmitter; id: string | undefined; name: string | undefined; autofocus: boolean | undefined; disabled: boolean | undefined; onClick(e: any): void; get opt(): any; get activeHref(): any; get hashPrefix(): string; get useAttrs(): {}; get activeCls(): string; get btnCls(): any[]; ngOnInit(this: any | any[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }