import { ElementRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare const LINKBUTTON_TEMPLATE = "\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n";
export declare class LinkButtonComponent {
btnRef: ElementRef;
textRef: ElementRef;
toggle: boolean;
selected: boolean;
outline: boolean;
plain: boolean;
iconAlign: string;
size: string;
href: string;
btnCls: string;
btnStyle: Object;
click: EventEmitter;
private _text;
get text(): string;
set text(value: string);
private _iconCls_button;
get iconCls(): string;
set iconCls(value: string);
private _disabled_button;
get disabled(): boolean;
set disabled(value: boolean);
getInnerCls(): string;
get btnLeftCls(): string;
get btnIconCls(): string;
ngAfterViewInit(): void;
onClick(event: any): boolean;
private _focused;
get focused(): boolean;
focus(): void;
blur(): void;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}