import { OnyxMenuItemProps } from '../OnyxMenuItem/types.js'; type __VLS_Props = OnyxMenuItemProps & { /** * The render context of the nav item. * Styling is changed based on the context prop. */ context: "mobile" | "list" | "navbar" | "vertical-navbar"; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Button/link text and additional inline content. */ default(): unknown; /** * Children items of the nav item. */ children(): unknown; }> & { /** * Button/link text and additional inline content. */ default(): unknown; /** * Children items of the nav item. */ children(): unknown; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };