import React from 'react'; import { CellProps, RankedTester, WithClassname } from '@json-forms/core'; export declare const MaterialIntegerCell: (props: CellProps & WithClassname) => JSX.Element; export declare const materialIntegerCellTester: RankedTester; declare const _default: React.ComponentType; export default _default;