import React from 'react'; import { CellProps, Formatted, RankedTester, WithClassname } from '@json-forms/core'; export declare const MaterialNumberFormatCell: (props: CellProps & WithClassname & Formatted) => JSX.Element; /** * Default tester for text-based/string controls. * @type {RankedTester} */ export declare const materialNumberFormatCellTester: RankedTester; declare const _default: React.ComponentType; export default _default;