import type { PropsWithChildren } from 'react'; import type { ComponentContextValue } from './ComponentContext'; export declare function WithComponents({ children, overrides, }: PropsWithChildren<{ overrides: Partial; }>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WithComponents.d.ts.map