import { OnyxTreeViewItemProps } from './types.js'; type __VLS_Slots = { /** * Nested child items. Recommend to use `OnyxTreeViewItem` components here. */ default(): unknown; /** * Optional slot to place custom content for the item. By default, the `label` and `icon` property * will be shown. */ item?(): unknown; }; declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; itemSelect: (value: void) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((value: boolean) => any) | undefined; onItemSelect?: ((value?: void | undefined) => any) | undefined; }>, { disabled: boolean; open: boolean; active: boolean; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).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; }; };