import { type SortPayload } from "../types.cjs";
export declare const DataTableSortContext: import("react").Context<SortPayload | undefined>;
export declare const useDataTableSortContext: () => SortPayload | undefined;
//# sourceMappingURL=DataTableSortContext.d.ts.map