import type { ChoroplethLayerStyleAttributeValue } from './types'; /** 组件名称, 前缀 */ export declare const CLS_PREFIX = "li-p2-choropleth-layer-style-attribute"; /** 默认值样式属性 */ export declare const DefaultChoroplethLayerStyle: ChoroplethLayerStyleAttributeValue;