import type { FunctionalComponent } from "vue";
declare const MarkdownContent: FunctionalComponent<{
    custom?: boolean;
}>;
export default MarkdownContent;
