import { FC } from "react"; import { NumberInputProps } from "./interface"; export declare const _NORMALIZED_MIN_ = 0; export declare const _NORMALIZED_MAX_ = 9999999999; declare const NumberInput: FC; export { NumberInputProps } from "./interface"; export default NumberInput;