import { ReactElement } from 'react';
import { NumberInputProps } from './NumberInput.types';
declare const NumberInput: {
    ({ suffix, defaultValue, strict, max, min, hideStepper, value: givenValue, inputRef, step, status, invalidMessage, statusMessage, onChange, onInvalid, onKeyDown, type, disabled, tooltipPlacement, ...props }: NumberInputProps): ReactElement;
    displayName: string;
};
export default NumberInput;
//# sourceMappingURL=NumberInput.d.ts.map