type TooltipProps = { content: string; size?: "small" | "medium" | "large"; animation?: boolean; }; declare const _default: import("vue").DefineComponent & Readonly<{}>, { size: "small" | "medium" | "large"; animation: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=Tooltip.vue.d.ts.map