import { EditableCellImperativeHandle, BaseEditableCellProps } from './types'; export type DataTableEditableBooleanCellProps = BaseEditableCellProps; export declare const DataTableEditableBooleanCell: ((props: DataTableEditableBooleanCellProps & { ref?: React.Ref; }) => React.ReactElement) & { displayName: string; };