import type { VirtualElement } from '@floating-ui/dom'; export type ReferenceElement = HTMLElement | VirtualElement; export type FloatingElement = HTMLElement; export type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };