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