export declare const getSortMethod: () => { name: string; value: string; }[]; export declare const getSortRuleOptions: () => ({ label: string; value: string; children?: undefined; } | { label: string; value: string; children: never[]; })[]; export declare const ADVANCED_SORT_PRE_CLS = "antv-s2-advanced-sort";