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