import { BuiltInImageList } from '../components/IconScaleSelector/constant'; import type { IconImageLayerStyleAttributeValue } from './types'; /** 组件名称, 前缀 */ export declare const CLS_PREFIX = "li-p2-icon-image-layer-style-attribute"; export declare const UNKNOWN_ICON = "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*EcQZS6JM69EAAAAAAAAAAAAADmJ7AQ/original"; export { BuiltInImageList }; /** 默认值样式属性 */ export declare const DefaultIconImageLayerStyle: IconImageLayerStyleAttributeValue;