import { type VNode } from 'vue'; import type { NodeDetailData } from '../../../types'; type __VLS_Slots = { locateButton: () => VNode; }; declare const __VLS_base: import("vue").DefineComponent<{ data?: Partial; has_confidence?: boolean; loading?: boolean; node_id?: string; node_name?: string; task_id?: number; task_name?: string; } & { data: Partial; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ data?: Partial; has_confidence?: boolean; loading?: boolean; node_id?: string; node_name?: string; task_id?: number; task_name?: string; } & { data: Partial; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };