import { DestroyRef, ElementRef, OnChanges } from "@angular/core"; import { Subscription } from "rxjs"; import { LoaderInterceptorFilterParams, LoaderInterceptorService } from "../services/loader.interceptor.service"; import * as i0 from "@angular/core"; export declare class LoaderDirective implements OnChanges { element: ElementRef; loaderInterceptorService: LoaderInterceptorService; destroyRef: DestroyRef; loaderFilter: LoaderInterceptorFilterParams; disabledState: boolean; loadingFilterSubject: Subscription | null; update(disabledState?: boolean): void; updateSubscription(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }