import type { MarkdownProps } from './Markdown'; export declare function MarkdownClient({ children, value, options, plugins, ...rest }: MarkdownProps): import("react").JSX.Element;