import React from 'react';
import { CellProps, Formatted, WithClassname } from '@jsonforms/core';
import { WithInputProps } from '../util';
export declare const MuiInputNumberFormat: React.NamedExoticComponent<CellProps & WithClassname & Formatted<number> & WithInputProps>;
