import type { SortingStrategy } from '../types';
export declare const horizontalListSortingStrategy: SortingStrategy;
