export declare class ItemUICategory { id: string; name: string; constructor(obj: any); }