import '../../index.d.ts';
import type { ComponentInternalInstance } from 'vue';
export default function applyNodeProps(vueComponent: ComponentInternalInstance, props: Record<string, any>, oldProps: Record<string, any>, useStrict: boolean): void;
