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