import React from 'react'; import { NumberInputProps } from './NumberInput.types'; export declare const NumberInput: React.FC;