import { DBTooltipProps } from "./model.js"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent & Readonly<{}>, { id: string; children: any; className: string; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; text: string; variant: import("./model.js", { with: { "resolution-mode": "import" } }).TooltipVariantType; placement: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PlacementType; emphasis: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).EmphasisType; wrap: boolean | string; width: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PopoverWidthType; showArrow: boolean | string; delay: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PopoverDelayType; animation: boolean | string; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };