import type * as React from "react"; import type { MDXComponents } from "../../types/index.js"; import type { MdxBundle } from "./LayoutComponent.js"; interface ProviderComponentProps { mdxBundle: MdxBundle; children: React.ReactNode; components?: MDXComponents; } export declare function ProviderComponent(_props: ProviderComponentProps): React.ReactElement; export {}; //# sourceMappingURL=ProviderComponent.d.ts.map