import type { VNode } from 'vue'; export declare const parseAllMarkdown: (content: string | VNode | (string | VNode)[]) => (string | VNode)[]; //# sourceMappingURL=parseAllMarkdown.d.ts.map