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