import Range, { RangeProps as TRangeProps } from './Range'; export type RangeProps = TRangeProps; export default Range;