/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { id as CHECK_COL_ID } from './defaultCheckColumnId'; declare const _default: { id: string; checkboxColumn: boolean; autoLock: boolean; cellSelectable: boolean; headerAlign: string; textAlign: string; render: ({ cellProps }: any) => any; header: (cellProps: import("../types").CellProps, { headerProps }?: any) => any; showColumnMenuSortOptions: boolean; showColumnMenuGroupOptions: boolean; showColumnMenuTool: boolean; showInContextMenu: boolean; sortable: boolean; editable: boolean; draggable: boolean; groupBy: boolean; checkboxTabIndex: null; defaultWidth: number; minWidth: number; isCheckboxColumn: boolean; }; export default _default; export { CHECK_COL_ID as checkboxColumnId };