import { ThemeConfig } from "./theme.config.model"; export interface ThemeState { themeConfig: ThemeConfig; }