import { ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core'; import { ABP } from '@abp/ng.core'; import * as i0 from "@angular/core"; export declare class ButtonComponent implements OnInit { private renderer; buttonId: string; buttonClass: string; buttonType: string; formName?: string; iconClass?: string; loading: boolean; disabled: boolean | undefined; attributes?: ABP.Dictionary; readonly click: EventEmitter; readonly focus: EventEmitter; readonly blur: EventEmitter; readonly appClick: EventEmitter; readonly appFocus: EventEmitter; readonly appBlur: EventEmitter; buttonRef: ElementRef; get icon(): string; constructor(renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }