export declare function useFactoryAtom(factory: (key: K) => () => T, key: K): T;