import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import { PepUtilitiesService } from '../services/utilities.service'; import * as i0 from "@angular/core"; export declare class PepButtonLoaderDirective implements OnInit { private renderer; private element; private utilitiesService; private document; loaderTime: number; loaderColor: any; loaderWidth: string; loaderHeight: string; ignoreDisabledStyle: boolean; private _isLoading; private _finish; set finish(value: boolean); private svgIcon; constructor(renderer: Renderer2, element: ElementRef, utilitiesService: PepUtilitiesService, document: any); clickEvent(event: any): void; ngOnInit(): void; private setButtonStyle; private setIconStyle; private toggleLoading; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }