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