import type { PopoverContentStaticProps } from "../types.js"; declare const PopoverContentStatic: import("svelte").Component; type PopoverContentStatic = ReturnType; export default PopoverContentStatic;