export declare class DataGridSort { name: string; order: string; constructor(dataGridSort?: DataGridSort); }