/** * Copyright (c) @talatkuyuk AKA @ipikuka * SPDX-License-Identifier: MPL-2.0 */ import type { MDXClientProps } from "./types.js"; /** * renders the content on the client side (csr), which is provided by the "hydrate" function. */ export declare function MDXClient(props: MDXClientProps): React.JSX.Element; //# sourceMappingURL=MDXClient.d.ts.map