import type { _ModuleSupport } from 'ag-charts-community'; import type { GeoGeometry } from './geoGeometry'; export type AnimatableMapMarkerDatum = { scalingX: number; scalingY: number; }; export declare function prepareMapMarkerAnimationFunctions(): { fromFn: _ModuleSupport.FromToMotionPropFn, AnimatableMapMarkerDatum>; toFn: _ModuleSupport.FromToMotionPropFn, AnimatableMapMarkerDatum>; }; type SomeMapSeries = { contextNodeData?: { nodeData: TDatum[]; }; datumSelection: _ModuleSupport.Selection>; }; export declare function findFocusedGeoGeometry(series: SomeMapSeries, opts: _ModuleSupport.PickFocusInputs): GeoGeometry | undefined; export {};