import { ProNumberRangeProps } from './propsType'; declare const ProNumberRange: (props: ProNumberRangeProps) => any; export default ProNumberRange;