import { FC } from 'react'; import { IFormGroupProps, INumericInputProps } from '@blueprintjs/core'; import { InputComponentProps } from '@balgamat/react-autoform'; export declare type NumberProps = InputComponentProps & Partial & Partial; export declare const Number: FC;