import { NumberInputProps } from 'react-admin'; declare function NumberInput(props: NumberInputProps): JSX.Element; export { NumberInput }; export type { NumberInputProps }; //# sourceMappingURL=NumberInput.d.ts.map