type __VLS_Props = { visible: boolean; to: HTMLElement | null; matchWidth?: boolean; x?: string; y?: string; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { x: string; y: string; visible: boolean; matchWidth: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { menuElement: HTMLDivElement; }, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };