import { SVGProps } from "react";
declare const TBMarkdown: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { TBMarkdown };
