import { FloatingProps } from '../floating/itlab-floating.vue'; export type MenuProps = FloatingProps & { hideArrow?: boolean; }; type __VLS_Props = MenuProps; type __VLS_ModelProps = { 'visible'?: boolean; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_15: { id: string; isVisible: boolean; isNested: boolean; theme: import('itlab-theme-system').CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }, __VLS_18: { id: string; isVisible: boolean; isNested: boolean; theme: import('itlab-theme-system').CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }, __VLS_21: { id: string; isVisible: boolean; isNested: boolean; theme: import('itlab-theme-system').CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }; type __VLS_Slots = {} & { header?: (props: typeof __VLS_15) => any; } & { default?: (props: typeof __VLS_18) => any; } & { footer?: (props: typeof __VLS_21) => any; }; declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, Readonly, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:visible": (value: boolean | undefined) => any; } & { "before-enter": () => any; "after-enter": () => any; "before-leave": () => any; "after-leave": () => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onBefore-enter"?: (() => any) | undefined; "onAfter-enter"?: (() => any) | undefined; "onBefore-leave"?: (() => any) | undefined; "onAfter-leave"?: (() => any) | undefined; "onUpdate:visible"?: ((value: boolean | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').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; }; };