export declare class SortEvent { sort: string; order: string; constructor(values?: {}); } //# sourceMappingURL=sort-event.model.d.ts.map