import * as React from "react"; import type { SliderTooltipProps } from "./SliderTooltip.js"; type SliderThumbProps = SliderTooltipProps; declare const SliderThumb: ({ textValue, showTooltip, tooltipSide }: SliderThumbProps) => React.JSX.Element; export { SliderThumb, type SliderThumbProps };