import { RangeProps } from './Range.types'; declare function Range(props: RangeProps): import("react/jsx-runtime").JSX.Element; export default Range;