import type { PopoverProps } from './index.js'; declare const Popover: import("svelte").Component; type Popover = ReturnType; export default Popover;