import { ListModel } from './list.model'; export declare class ListComponent { inputList: any[]; items: ListModel[]; constructor(); }