import { ComponentSchema } from '../../../../types/src/index'; interface EpNodeProps { componentSchema: ComponentSchema; isProperty?: boolean; modelValue?: any; ruleField?: string[]; showHiddenItems?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { 'edit-node'?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { modelValue: any; isProperty: boolean; ruleField: string[]; showHiddenItems: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };