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