/// import type { Components } from 'react-markdown'; export type { Components } from 'react-markdown'; export declare const MarkdownPreview: (props: { children?: string; className?: string; components?: Components; }) => import("react/jsx-runtime").JSX.Element; export declare const MemoizedContentMarkdownPreview: import("react").MemoExoticComponent<(props: { children?: string; className?: string; components?: Components; }) => import("react/jsx-runtime").JSX.Element>;