export declare const SortOptions: { id: number; value: string; name: string; }[]; export interface SortInfo { key: String; value: String; }