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