import React from 'react';
import { CellProps, RankedTester } from '@jsonforms/core';
import type { VanillaRendererProps } from '../index';
export declare const BooleanCell: (props: CellProps & VanillaRendererProps) => React.JSX.Element;
/**
 * Default tester for boolean controls.
 * @type {RankedTester}
 */
export declare const booleanCellTester: RankedTester;
declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
export default _default;
