import { Range } from './range';
export type { RangeProps, RangeValue } from './range';
export default Range;
