import { CellProps, Formatted, WithClassname } from '@jsonforms/core';
export declare const AntdInputNumberFormat: (props: CellProps & WithClassname & Formatted<number>) => JSX.Element;
