import { RangeProps } from "./types";
declare const Range: import("react").MemoExoticComponent<({ details, onChange, initial, max, color, ...props }: RangeProps) => JSX.Element>;
export default Range;
