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