import { IAccents } from "./iaccents"; export interface IThemeConfigCommons { accents: IAccents; }