import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { routes: ({ label: string; title: string; href: string; } | { label: string; title: string; href?: undefined; })[]; }; export declare const argTypes: ArgTypes;