import React from 'react'; import { BaseInputProps } from '../BaseInput'; export interface NumberProps extends BaseInputProps { } export declare const Number: ({ dataHook, schema, initialValue, onChange, }: NumberProps) => React.JSX.Element; //# sourceMappingURL=Number.d.ts.map