import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LinkComponent { classList: string[]; to: string | undefined; click: EventEmitter; attrs: any; id: string | undefined; name: string | undefined; autofocus: boolean | undefined; disabled: boolean | undefined; onClick(e: any): void; get cls(): string; get isAbsolute(): boolean | "" | undefined; get useAttrs(): {}; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }