import { ThemeVariables } from './ComponentThemeVariables'; type ComponentTheme = { [Key in keyof Type]: Type[Key]; }; type ComponentThemeMap = ComponentTheme; export type { ComponentThemeMap }; //# sourceMappingURL=ComponentThemeMap.d.ts.map