import { type SnugMenuProps, type SnugMenuSlots } from './snug-menu'; type __VLS_Slots = SnugMenuSlots; declare const __VLS_component: import("vue").DefineComponent any; "update:modelValue": (name: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((name: string) => any) | undefined; "onUpdate:modelValue"?: ((name: string) => any) | undefined; }>, { mode: "horizontal" | "vertical"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };