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