import type { Ref } from 'react'; import type { InputControlProps } from './types'; export declare function InputControl({ __unstableStateReducer: stateReducer, __unstableInputWidth, className, disabled, hideLabelFromVision, id: idProp, isPressEnterToChange, label, labelPosition, onChange, onValidate, onKeyDown, prefix, size, suffix, value, ...props }: InputControlProps, ref: Ref): JSX.Element; declare const ForwardedComponent: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default ForwardedComponent; //# sourceMappingURL=index.d.ts.map