import React from 'react'; import { NumberInputProps, NumberInputValue } from './types'; export type { NumberInputProps }; export declare const NumberInput: React.ForwardRefExoticComponent void) | undefined; } & React.RefAttributes>; //# sourceMappingURL=index.d.ts.map