import React from 'react'; import { CellProps, Formatted, WithClassname } from '@json-forms/core'; export declare const MuiInputNumberFormat: React.MemoExoticComponent<(props: CellProps & WithClassname & Formatted) => JSX.Element>;