import { CompleteThemeSettings } from '../../../../index'; import leaflet, { type FitBoundsOptions } from 'leaflet'; type FitBoundsAnimationOptions = Pick; export declare function prepareFitBoundsAnimationOptions(themeSettings: CompleteThemeSettings): FitBoundsAnimationOptions; export declare function fitMapToBounds(map: leaflet.Map, markers: leaflet.CircleMarker[], options?: FitBoundsOptions): void; export {}; //# sourceMappingURL=map.d.ts.map