import { CellProps, WithClassname } from '@jsonforms/core';
declare type Props = {
    label?: string;
};
export declare const AntdCheckbox: (props: CellProps & WithClassname & Props) => JSX.Element;
export {};
