import { ListItemModel } from '../items/item.model'; export declare class ListSelectedModel { [key: string]: ListItemModel; constructor(); }