import { type BalloonPoints } from '../../components/OfficesAtmsMap/YandexMapProps'; import { type ComponentType } from '../../model/ComponentType'; interface YandexMapProps extends ComponentType { points?: BalloonPoints[]; zoom?: number; isLoad?: boolean; selectedAddress?: string; } export declare const DEFAULT_CENTER_COORDS: number[]; export declare const YandexMap: import("@redneckz/uni-jsx").UNIComponent; export {};