import { IItemData } from "./IItemData";
export default interface IProductThemeConfig {
    [name: string]: string | IItemData;
}
