import { ListValue } from './list.model'; export declare class ListComponent { title: any; values: ListValue[]; }