/** * @description 锚点不同表现所需要的属性 */ declare const preferenceProperty: { default: { name: string; fontSize: number; textColor: string; backgroundColor: string; cubeColor: string; }; billboard: { name: string; width: number; height: number; image: string; }; }; export { preferenceProperty };