import React from 'react'; type NumberInputPropsT = { label?: string; setValue?: any; arrow?: boolean; value?: number; step?: number; } & React.DetailedHTMLProps, HTMLInputElement>; export declare const NumberInput: React.ForwardRefExoticComponent & React.RefAttributes>; export {}; //# sourceMappingURL=NumberInput.d.ts.map