import React from 'react'; import type { LarkMapContextValue, LarkMapProps, LarkMapRefAttributes } from './types'; export declare const LarkMapContext: React.Context; export declare const LarkMap: React.MemoExoticComponent>>;