import type { RendererAPI } from '../renderer'; import type { VComment, VStaticPartText, VText } from '../vnodes'; export declare function patchTextVNode(n1: VText, n2: VText, renderer: RendererAPI): void; export declare function patchTextVStaticPart(n1: VStaticPartText | null, n2: VStaticPartText, renderer: RendererAPI): void; export declare function updateTextContent(vnode: VText | VComment | VStaticPartText, renderer: RendererAPI): void; //# sourceMappingURL=text.d.ts.map