import type { Atom, WritableAtom, SetAtom } from './atom'; export declare function useAtom(atom: WritableAtom, Update>): [Value, SetAtom]; export declare function useAtom(atom: WritableAtom, Update>): [Value, SetAtom]; export declare function useAtom(atom: WritableAtom): [Value, SetAtom]; export declare function useAtom(atom: Atom>): [Value, never]; export declare function useAtom(atom: Atom>): [Value, never]; export declare function useAtom(atom: Atom): [Value, never];