export type ColorScheme = "dark" | "light"; export interface ValueObject { [themeName: string]: string; } //# sourceMappingURL=types.d.ts.map