import React, { type ComponentType } from 'react'; interface Props { children: React.ReactNode; } declare const Context: React.Context; export declare function useManagedConfig(): T; export declare const Provider: ({ children }: Props) => React.JSX.Element; export declare function withManagedConfig(Component: ComponentType

): ComponentType

; export default Context; //# sourceMappingURL=context.d.ts.map