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