import { Atom } from 'jotai';
export declare function useAtomValue<Value>(anAtom: Atom<Value>): Value;
