import React from 'react';
import { MarkdownStyled } from "./index.styled";
export declare const parseMarkdown: (str?: string) => string;
declare const Markdown: ({ children, className, ...restProps }: React.ComponentProps<typeof MarkdownStyled>) => React.JSX.Element;
export { Markdown };