export interface IItemDecorator { decorate(item: TItem): TDecoratedItem; }