import { Theme } from '../models/theme'; export interface IThemesConfig { mockedItems?: Theme[]; storageKeyName?: string; }