import { type PropsWithChildren } from 'react';
import type { ProviderProps } from '../types';
export declare function ServiceProvider<P extends object>({ provide, children, props, initializeSingletons, }: PropsWithChildren<ProviderProps<P>>): import("react/jsx-runtime").JSX.Element;
