export declare class ListModel { icon: string; name: string; result: string; isPositiveResult: boolean; constructor(item: any); }