/// import { RangeInputProps } from "./types"; declare const RangeInput: ({ ...props }: RangeInputProps) => JSX.Element; export default RangeInput;