interface Props { index: number; arrayIndex?: number; } type __VLS_Props = Props; type __VLS_PublicProps = { "nodeItem"?: any; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:nodeItem": (value: any) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:nodeItem"?: ((value: any) => any) | undefined; }>, { arrayIndex: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;