import type ymaps from 'yandex-maps'; import { type BalloonPoints } from '../../components/OfficesAtmsMap/YandexMapProps'; export declare function renderClusterer({ yandexMaps, map, points, isLoad, }: { yandexMaps: typeof ymaps; map: ymaps.Map; points: BalloonPoints[]; isLoad: boolean; }): void;