import React from 'react';
import { CellProps, WithClassname } from '@jsonforms/core';
export declare const AntdToggle: React.MemoExoticComponent<(props: CellProps & WithClassname) => JSX.Element>;
