import { OnyxUserMenuProps } from './types.js'; type __VLS_Slots = { /** * Slot for the menu options. Use the `OnyxMenuItem` component here. * You can also use the readily available `OnyxMenuItem` components: * - `OnyxColorSchemeMenuItem` * - `OnyxLanguageMenuItem` */ default?(): unknown; /** * Optional footer content to display at the bottom. */ footer?(): unknown; }; declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:flyoutOpen"?: ((value: boolean) => any) | undefined; }>, { flyoutOpen: boolean | null; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };