export type TooltipAttrs = string | { side?: 'bottom' | 'top' | 'right' | 'left'; content?: string; }; export declare class Tooltip { static show(attrs: TooltipAttrs, target: PointerEvent | HTMLElement): () => void; } //# sourceMappingURL=Tooltip.d.ts.map