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