export interface Appearance { label: string; color: string; avatar?: string; } //# sourceMappingURL=Appearance.d.ts.map