/** * 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 "hydrateLazy" function. * * the content is going to be hydrated "lazily". */ export declare function MDXClientLazy(props: MDXClientProps): React.JSX.Element; //# sourceMappingURL=MDXClientLazy.d.ts.map