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