import { SceneTree, SceneTreeItem } from 'earthsdk3'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { sceneTreeItem: SceneTreeItem; sceneTree: SceneTree; iconName?: string; showCheckbox?: boolean; }; declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { iconName: string; showCheckbox: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, { nameInputRef: HTMLInputElement; }, HTMLDivElement>; export default _default;