import { type InputRangeProps } from '../InputRange/InputRangeProps'; export declare const renderCountInput: ({ min, max, step, ...rest }: InputRangeProps) => any;