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