export default Range; declare class Range extends React.PureComponent { constructor(props: any); constructor(props: any, context: any); state: { hasFocusFirst: boolean; hasFocusLast: boolean; }; _doKeyDown(e: any): void; _handleFocusFirst(): void; _handleBlurFirst(): void; _handleFocusLast(): void; _handleBlurLast(): void; render(): React.JSX.Element; } declare namespace Range { let displayName: string; namespace propTypes { let dataHook: PropTypes.Requireable; let children: PropTypes.Requireable; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=Range.d.ts.map