import type { ICellEditor } from '../type'; type ICheckboxEditor = ICellEditor; export declare const CheckboxEditor: (props: ICheckboxEditor) => import("react/jsx-runtime").JSX.Element; export {};