import { type Context } from 'react'; import type { Container } from '../../di/mod.ts'; /** * Context for providing DI-container to component tree. */ export declare const ContainerContext: Context;