/** Specifies the possible modes in which a tooltip should handle touch gestures. */ export type TooltipTouchGestures = "auto" | "on" | "off"; //# sourceMappingURL=TooltipTouchGestures.d.ts.map