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