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