import { FC } from "react"; export interface SliderTipProps { value?: number[]; className?: string; min: number; max: number; } export declare const SliderTip: FC; //# sourceMappingURL=sliderTip.d.ts.map