import { type FunctionComponent, type PropsWithChildren } from 'react'; /** * Registers providers passed via the `core.providers` API. * * The registry is read from the enclosing `ModuleProvider`, so each * `SisenseContextProvider` instance mounts only the providers contributed by * the modules it registered. Providers are mounted in registration * (topological) order — the first entry is the outermost wrapper. * */ export declare const CoreModuleProvidersTree: FunctionComponent;