///
import { ItemsPropsContextType } from './ItemPropsContext';
declare type MarkdownProps = Partial & {
plugins?: any[];
renderers?: any;
source: string;
className?: string;
};
export declare function Markdown(rawProps: MarkdownProps): JSX.Element;
export {};
//# sourceMappingURL=Markdown.d.ts.map