import { CommonEntity } from './common-entity'; export declare class GoodsTypes extends CommonEntity { logo: string; title: string; }