import type { IGIAC } from '@antv/gi-sdk'; import React from 'react'; export interface MapModeProps { GIAC: IGIAC; visible?: boolean; type: string; minSize: string; maxSize: string; placement: 'LT' | 'RT' | 'LB' | 'RB'; offset: number[]; highlightColor: string; backgroundColor: string; } declare const _default: React.NamedExoticComponent; export default _default;