import type { HTMLAttributes } from "svelte/elements";
import { type WithElementRef } from "../../../utils.js";
declare const PopoverTitle: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type PopoverTitle = ReturnType<typeof PopoverTitle>;
export default PopoverTitle;
