/** * Copyright (c) @talatkuyuk AKA @ipikuka * SPDX-License-Identifier: MPL-2.0 */ import type { MDXClientAsyncProps } from "./types.js"; /** * it is experimental * * renders the content on the client side (csr), which is provided by the "hydrateAsync" function. * * the content is going to be hydrated "asynchronously" in a useEffect hook. */ export declare function MDXClientAsync(props: MDXClientAsyncProps): React.JSX.Element; //# sourceMappingURL=MDXClientAsync.d.ts.map