import { type PropsWithChildren } from 'react';
import type { ProviderProps } from '../types';
export declare function ServiceProvider<P extends object>({ provide, children, props, }: PropsWithChildren<ProviderProps<P>>): import("react").FunctionComponentElement<import("react").ProviderProps<import("tsyringe").DependencyContainer>>;
