import type { Grid } from "../../+types";
export declare function useSortableColumnItems(grid: Grid<any>, pivotMode: boolean): {
    label: string;
    value: string;
}[];
