import { ElementRef, EventEmitter, AfterViewInit, OnDestroy, AfterContentInit, TemplateRef, QueryList } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/ripple"; export declare class ButtonDirective implements AfterViewInit, OnDestroy { el: ElementRef; iconPos: 'left' | 'right' | 'top' | 'bottom'; loadingIcon: string; _label: string; _icon: string; _loading: boolean; initialized: boolean; _initialStyleClass: string; constructor(el: ElementRef); ngAfterViewInit(): void; getStyleClass(): string; setStyleClass(): void; createIconEl(): void; getIconClass(): string; setIconClass(): void; removeIconElement(): void; get label(): string; set label(val: string); get icon(): string; set icon(val: string); get loading(): boolean; set loading(val: boolean); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class Button implements AfterContentInit { type: string; iconPos: string; icon: string; badge: string; label: string; disabled: boolean; loading: boolean; loadingIcon: string; style: any; styleClass: string; badgeClass: string; contentTemplate: TemplateRef; templates: QueryList; onClick: EventEmitter; onFocus: EventEmitter; onBlur: EventEmitter; ngAfterContentInit(): void; badgeStyleClass(): { 'p-badge p-component': boolean; 'p-badge-no-gutter': boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ButtonModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }