import { type AnnotationsScale } from './calculate-marker-dimension.js'; import type { AnnotationsMarkerConfig } from '../types/annotations-marker-props.js'; import type { TextOverflowOptions } from '../types/marker.js'; export declare function getMarkerPixelExtent(marker: AnnotationsMarkerConfig, scale: AnnotationsScale, textOverflow: TextOverflowOptions, clusterSize?: number): [number, number]; //# sourceMappingURL=get-marker-pixel-extent.d.ts.map