import { Identifier } from '../../types'; /** * Hook to Unselect the rows of a datagrid * * @example * * const unselect = useUnselect('posts'); * unselect([123, 456]); */ export declare const useUnselect: (resource?: string) => (ids: Identifier[]) => void; //# sourceMappingURL=useUnselect.d.ts.map