import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonComponent { text: string; icon?: string; type: string; style: 'primary' | 'gradient' | 'gold' | 'white' | 'red'; disabled: boolean; outline: boolean; size: string; fullWidth: boolean; clicked: EventEmitter; private _isLoading; buttonElement: ElementRef; buttonWidth: number | null; buttonHeight: number | null; set isLoading(value: boolean); get isLoading(): boolean; get buttonStyleClass(): string; get loaderStyleClass(): string; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }