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