import type { RefObject } from 'react'; import YaMap from '../../bare'; import type { CameraPosition } from '../../bare'; import type { Point } from '../utils/types'; export declare const useMapViewModel: () => { isVisible: boolean; mapRef: RefObject; listeners: { onCameraPositionChanged: (e: CameraPosition) => void; onMapLongPress: (e: Point) => void; onCameraPositionChange: () => void; }; }; //# sourceMappingURL=map.view-model.d.ts.map