import { NavLink } from '../..'; interface LinkWithAction extends NavLink { activeRoutes?: string[]; children?: LinkWithAction[]; action?: () => void; } type __VLS_Props = { link: LinkWithAction; /** sidebar is visually expanded (stays true during the collapse transition) */ open: boolean; /** real open state — flips immediately when the user toggles the sidebar */ realOpen?: boolean; isMobile: boolean; bgColor: string; textColor: string; activeColor: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=SidebarNavItem.vue.d.ts.map