import type { RangeColorProps } from './interface'; import './index.less'; export default function RangeColor({ value, onChange }: RangeColorProps): import("react/jsx-runtime").JSX.Element;