import { h as sh, toVNode as sToVNode } from 'snabbdom'; import sToHTML from 'snabbdom-to-html'; export declare const patch: (oldVnode: Element | DocumentFragment | import("snabbdom").VNode, vnode: import("snabbdom").VNode) => import("snabbdom").VNode; export declare const h: typeof sh; export declare const toVnode: typeof sToVNode; export declare const toHTML: typeof sToHTML; export declare const htmlToVNode: (html: string) => (string | import("snabbdom").VNode)[] | undefined;