import { NavLink } from '../..'; interface LinkWithAction extends NavLink { activeRoutes?: string[]; children?: LinkWithAction[]; } interface Props { navLinks: LinkWithAction[]; footerLinks?: LinkWithAction[]; logo?: string; logoAlt?: string; card?: boolean; bgColor?: string; textColor?: string; activeColor?: string; logoHeight?: string; name?: string; /** Small tagline rendered under the app name (hidden when collapsed). */ nameSubtitle?: string; frame?: boolean; activeRoutes?: string[]; centerlinks?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { brand?(_: { isOpen: boolean; }): any; footer?(_: { isOpen: boolean; isMobile: boolean; toggleMenu: () => void; closeOnMobile: () => void; }): any; }; refs: {}; rootEl: HTMLElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { name: string; card: boolean; textColor: string; activeColor: string; bgColor: string; footerLinks: LinkWithAction[]; logoAlt: string; logoHeight: string; centerlinks: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=AppSidebar.vue.d.ts.map