import React from 'react';
import { Range as NextRange } from '@alifd/next';
declare type NextRangeProps = React.ComponentProps<typeof NextRange>;
declare const Range: React.FC<NextRangeProps>;
export default Range;
