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