import { ObjectForExtending } from '../types/utils.type'; import { Column, RenderCellProps } from 'react-data-grid'; export declare function CheckboxFormatter(_props: RenderCellProps): import("react/jsx-runtime").JSX.Element | null; export declare const ChecboxColumn: Column;