import { OnyxTableOfContentsItemProps } from './types.js'; /** * @experimental * @deprecated This component is still under active development and its API might change in patch releases. */ declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; active: boolean | "auto"; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>, Readonly<{ /** * Item content. */ default(): unknown; /** * Optional nested children to display. Recommended to use the `OnyxTableOfContentsItem` component here. */ children?(): unknown; }> & { /** * Item content. */ default(): unknown; /** * Optional nested children to display. Recommended to use the `OnyxTableOfContentsItem` component here. */ children?(): unknown; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };