import * as React from "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) => React.JSX.Element;
export default StepperStateless;
