import { type VNode } from 'vue';
export declare const htmlToVNode: (htmlString: string) => (VNode | string)[];
