import type { Icon } from '@wisemen/vue-core-components'; import { EntityColor, EntityType } from '@/client'; export interface BrandColors { [key: string]: string; } export declare const entityColorMap: Record; export declare class EntityTypeUtil { static getBrandColors(color: EntityColor): string; static getIcon(type: EntityType): Icon; }