import type { HtmlIngredientProps } from '../types.js';
export interface PopoverTitleProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const PopoverTitle: import("svelte").Component<PopoverTitleProps, {}, "ref">;
type PopoverTitle = ReturnType<typeof PopoverTitle>;
export default PopoverTitle;
