/** * 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; cellSelectable: boolean; headerAlign: string; textAlign: string; render: ({ cellProps }: { cellProps: any; }) => any; header: any; showColumnMenuSortOptions: boolean; showColumnMenuGroupOptions: boolean; showColumnMenuTool: boolean; showInContextMenu: boolean; sortable: boolean; editable: boolean; draggable: boolean; groupBy: boolean; checkboxTabIndex: null; defaultWidth: number; minWidth: number; }; export default _default; export { CHECK_COL_ID as checkboxColumnId };