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