/// <reference types="react" />
import type { Props } from "./types";
declare const StepperStateless: ({ maxWidth, disabled, dataTest, id, value, active, name, minValue, maxValue, onKeyDown, onBlur, onFocus, onIncrement, onDecrement, titleIncrement, titleDecrement, disabledIncrement, disabledDecrement, }: Props) => JSX.Element;
export default StepperStateless;
