import type { NavItemTab } from '@/types/nav'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; }; modelValue: { type: StringConstructor; default: string; }; items: { type: PropType; default: () => never[]; }; modifiers: { type: PropType; default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; modelValue: { type: StringConstructor; default: string; }; items: { type: PropType; default: () => never[]; }; modifiers: { type: PropType; default: undefined; }; }>> & Readonly<{}>, { modelValue: string; modifiers: string | string[]; items: NavItemTab[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { [x: `panel::${string}`]: ((props: {}) => any) | undefined; } & { 'nav-item'?: (props: { item: { label: string; ariaLabel?: string; title?: string; to?: string | Record; href?: string; target?: string; rel?: string; disabled?: boolean; current?: boolean; class?: string | string[]; }; data: Record | undefined; index: number; }) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };