import type { RangeInputProps as RangeInputUiProps } from '../ui/RangeInput'; import type { UseRangeProps } from 'react-instantsearch-hooks'; declare type UiProps = Pick; export declare type RangeInputProps = Omit & UseRangeProps; export declare function RangeInput({ attribute, min, max, precision, ...props }: RangeInputProps): JSX.Element; export {};