import type { IGIAC } from '@antv/gi-sdk'; import React from 'react'; export interface MapModeProps { GIAC: IGIAC; visible?: boolean; /** 主题 */ theme: string; /** 地图类型 */ type: string; minSize: string; maxSize: string; placement: 'LT' | 'RT' | 'LB' | 'RB'; offset: number[]; latitudeKey: string; longitudeKey: string; } declare const _default: React.NamedExoticComponent; export default _default;