import InlinePopup from "./InlinePopup"; import "./styles/tooltip-style"; export default class Tooltip extends InlinePopup { static showTooltip(start: HTMLElement): void; } //# sourceMappingURL=Tooltip.d.ts.map