import React, { FunctionComponent } from 'react';
import { TaroRangeProps } from "../../types";
export declare const Range: FunctionComponent<Partial<TaroRangeProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onClick' | 'onChange' | 'defaultValue'>>;
