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