type Props = { text?: string; }; declare const Tooltip: import("svelte").Component; type Tooltip = ReturnType; export default Tooltip;