import { ListSortContextValue } from "./ListSortContext.cjs"; /** * Hook to read the list sort controller props from the ListSortContext. * * Must be used within a (e.g. as a descendent of * or ). * * @returns {ListSortContextValue} list controller props * * @see useListController for how it is filled */ export declare const useListSortContext: () => ListSortContextValue; //# sourceMappingURL=useListSortContext.d.ts.map