import { DBPopoverProps } from "./model"; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { children: any; className: string; id: string; width: "auto" | "fixed"; delay: "none" | "slow" | "fast"; animation: "enabled" | "disabled"; placement: "left" | "right" | "top" | "bottom" | "left-start" | "left-end" | "right-start" | "right-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end"; spacing: "medium" | "small" | "large" | "none"; open: boolean; gap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLDivElement; }, HTMLDivElement>, { trigger?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };