import { MenuItem, ParentMenuItem } from '../../models/menu.model'; import { RouteLocationNormalizedLoaded } from 'vue-router'; interface Props { items: (MenuItem | ParentMenuItem)[]; activeLink: RouteLocationNormalizedLoaded; } declare const _default: __VLS_WithTemplateSlots any; clickItem: (payload: MenuItem | ParentMenuItem | null) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onCloseMenu?: ((payload: boolean) => any) | undefined; onClickItem?: ((payload: MenuItem | ParentMenuItem | null) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { additional?(_: { closeMenu: () => void; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };