export type SideNavItem = { label: unknown; href: string; active?: boolean; children?: SideNavItem[]; }; export type SideNavProps = { items: SideNavItem[]; label?: string; class?: string; }; export declare const SideNav: import("vue").DefineComponent SideNavItem[]; required: true; }; label: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly SideNavItem[]; required: true; }; label: { type: StringConstructor; default: string; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; label: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=SideNav.d.ts.map