/// <reference types="react" />
import { ControlledCheckboxPropsType } from '../../types/react-table-config';
export default function ControlledCheckbox({ isHeader, row, dispatchSelectedRows, selectedRows, allRows, selectedFlatRows, isAllRowsSelected, toggleAllRowsSelected, indeterminate, movedLeft, }: ControlledCheckboxPropsType): JSX.Element;
