/** * Copyright (c) @talatkuyuk AKA @ipikuka * SPDX-License-Identifier: MPL-2.0 */ import type { MDXRemoteProps } from "./types.js"; /** * renders the content as a react server component (rsc), which is provided by the "evaluate" function */ export declare function MDXRemote(props: MDXRemoteProps): Promise; //# sourceMappingURL=MDXRemote.d.ts.map