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