import { SidebarItemRaw } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { items: SidebarItemRaw[]; collapsed: boolean; currentRoute?: string | null; }; declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { navigate: (to: string) => any; "update:collapsed": (value: boolean) => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ onNavigate?: ((to: string) => any) | undefined; "onUpdate:collapsed"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=VSidebar.vue.d.ts.map