/** Specifies the possible positions for a tooltip. */ export type TooltipPosition = "above" | "below" | "before" | "after"; //# sourceMappingURL=TooltipPosition.d.ts.map