import { ReactNode } from 'react'; export declare function renderMd(md?: ReactNode): ReactNode;