import { EventEmitter, InjectOptions, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import { LoadFunction } from 'ol/Image'; import { ObjectEvent } from 'ol/Object'; import { ProjectionLike } from 'ol/proj'; import { ImageSourceEvent } from 'ol/source/Image'; import BaseEvent from 'ol/events/Event'; import ImageArcGISRest, { Options } from 'ol/source/ImageArcGISRest'; import { AttributionLike } from 'ol/source/Source'; import { NolPrefixedOptions, NolSafeAny } from 'ngx-ol-library/core'; import * as i0 from "@angular/core"; /** * Source component for data from ArcGIS Rest services. * @name nol-image-arcgis-rest-source * @order 1 */ export declare class NolImageArcGISRestSourceComponent implements NolPrefixedOptions, OnInit, OnChanges, OnDestroy { nolAttributions?: AttributionLike; nolCrossOrigin?: string | null; nolHidpi?: boolean; nolImageLoadFunction?: LoadFunction; nolInterpolate?: boolean; nolParams?: Record; nolProjection?: ProjectionLike; nolRatio?: number; nolResolutions?: number[]; nolUrl?: string; nolProperties?: Record; nolChange: EventEmitter; nolError: EventEmitter; nolImageloadend: EventEmitter; nolImageloaderror: EventEmitter; nolImageloadstart: EventEmitter; nolPropertychange: EventEmitter; private readonly cdr; private readonly destroyRef; private readonly host; private instance; getInstance(): ImageArcGISRest; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare function injectImageArcGISRestSource(): NolImageArcGISRestSourceComponent; export declare function injectImageArcGISRestSource(options: InjectOptions & { optional?: false; }): NolImageArcGISRestSourceComponent; export declare function injectImageArcGISRestSource(options: InjectOptions): NolImageArcGISRestSourceComponent | null;