///
import './markdown.css';
declare type MarkdownContentProps = {
children: string;
onlyShowFirstChild?: boolean;
type: 'description' | 'deprecation';
};
export declare const MarkdownContent: import("react").ForwardRefExoticComponent, HTMLDivElement>, "children">, "ref"> & import("react").RefAttributes>;
export {};