import type { ComponentInternalInstance } from 'vue'; import type { Node } from 'konva/lib/Node'; export declare const VMODEL_NAMESPACE = ".vue-konva-vmodel"; export default function syncVModelBindings(konvaNode: Node, instance: ComponentInternalInstance): void;