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