export interface IItem { item: string; count?: number; components?: string; }