import { Atom } from '../../core/Atom'; export declare function useAtom(atom: Atom): readonly [A, any];