import type { PropsWithChildren } from 'react'; import type { Atom, Scope } from './atom'; import { ScopeContainer } from './contexts'; export declare const Provider: ({ initialValues, scope, children, }: PropsWithChildren<{ initialValues?: Iterable, unknown]> | undefined; scope?: Scope | undefined; }>) => import("react").FunctionComponentElement>;