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.js'; import { ImageSourceEvent } from 'ol/source/Image'; import BaseEvent from 'ol/events/Event'; import ImageMapGuide, { Options } from 'ol/source/ImageMapGuide'; import { NolPrefixedOptions, NolSafeAny } from 'ngx-ol-library/core'; import * as i0 from "@angular/core"; /** * Source component for images from Mapguide servers. * @name nol-image-map-guide-source * @order 1 */ export declare class NolImageMapGuideSourceComponent implements NolPrefixedOptions, OnInit, OnChanges, OnDestroy { nolUrl?: string; nolCrossOrigin?: string | null; nolDisplayDpi?: number; nolMetersPerUnit?: number; nolHidpi?: boolean; nolUseOverlay?: boolean; nolProjection?: ProjectionLike; nolRatio?: number; nolResolutions?: number[]; nolImageLoadFunction?: LoadFunction; nolInterpolate?: boolean; nolParams?: Record; 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(): ImageMapGuide; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare function injectImageMapGuideSource(): NolImageMapGuideSourceComponent; export declare function injectImageMapGuideSource(options: InjectOptions & { optional?: false; }): NolImageMapGuideSourceComponent; export declare function injectImageMapGuideSource(options: InjectOptions): NolImageMapGuideSourceComponent | null;