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