import type { VNode } from 'vue'; export declare const extractText: (node: unknown) => string; export declare const parseMarkdownInString: (text: string, regex: RegExp, tagName: string) => (string | VNode)[]; export declare const createMarkdownParser: (checkString: string, regex: RegExp, tagName: string) => (content: string | VNode | (string | VNode)[]) => (string | VNode)[]; //# sourceMappingURL=utils.d.ts.map