import { AfterViewInit, OnDestroy } from '@angular/core'; import { MapService } from '../../services/map.service'; import { MapIdService } from '../../services/map-id.service'; import { ClusterStyleService } from '../../services/cluster-style.service'; import * as i0 from "@angular/core"; export declare class AnnotationClusterLayerComponent implements AfterViewInit, OnDestroy { private mapService; private mapIdService; private clusterStyleService; private viewerHost; private source; private layer; private cluster; clusterDistance: import("@angular/core").InputSignalWithTransform; annotationCentroids: import("@angular/core").InputSignalWithTransform; constructor(mapService: MapService, mapIdService: MapIdService, clusterStyleService: ClusterStyleService); ngAfterViewInit(): void; ngOnDestroy(): void; private initialiseLayer; private addClusters; private removeAllFeatures; private setClusterDistance; private convertCoordinatesToFeature; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }