/** * Parses strikethrough markdown syntax (~~text~~) and converts it to VNodes with tags */ export declare const parseStrikethroughMarkdown: (content: string | import("vue").VNode | (string | import("vue").VNode)[]) => (string | import("vue").VNode)[]; //# sourceMappingURL=strikethrough.d.ts.map