import './style.scss';
import { InputRangeProps } from '../../types';
declare const InputRange: ({ value, onChange, disabled, min, max, label, required, isPercentage, }: InputRangeProps) => import("react/jsx-runtime").JSX.Element;
export default InputRange;