import { PathLayer } from '../../layers/path-layer'; import { ChoroplethOptions, FeatureCollection } from './types'; /** * 创建中国国界线图层 */ export declare const createCountryBoundaryLayer: (data: FeatureCollection, plotConfig?: ChoroplethOptions) => { chinaBoundaryLayer: PathLayer; chinaHkmBoundaryLayer: PathLayer; chinaDisputeBoundaryLayer: PathLayer; };