import type { SliderRef } from 'rc-slider/lib/Slider';
import * as React from 'react';
import type { TooltipProps } from '../tooltip';
declare const SliderTooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<SliderRef>>;
export default SliderTooltip;
