import type { IMapConfig } from '@antv/l7'; import { BaiduMap, Map, TencentMap } from '@antv/l7'; import type { LarkMapProps } from './types'; export declare const createMap: (mapType: LarkMapProps['mapType'], mapOptions: Partial) => Promise;