import { Range } from './range';
export type { RangeMark, RangeValue, WebRangeProps as RangeProps, } from "../../types";
export default Range;
