/** * Hook to unselect all row of a datagrid * * @example * * const unselectAll = useUnselectAll('posts'); * unselectAll(); */ export declare const useUnselectAll: (resource?: string, storeKey?: string) => (fromAllStoreKeys?: boolean) => void; //# sourceMappingURL=useUnselectAll.d.ts.map