import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class EuiTableSortService { sortingParams$: BehaviorSubject<{ sort: any; order: string; }>; constructor(); setSort(sort: (string | null), order: ('asc' | 'desc' | null)): void; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }