/** * Copyright © INOVUA TRADING. * * This source code is licensed under the Commercial License found in the * LICENSE file in the root directory of this source tree. */ /// import { id as GROUP_COL_ID } from '@inovua/reactdatagrid-community/normalizeColumns/defaultGroupColumnId'; declare const _default: { id: string; groupColumn: boolean; cellSelectable: boolean; showColumnMenuSortOptions: boolean; showColumnMenuGroupOptions: boolean; showColumnMenuTool: boolean; showInContextMenu: boolean; header: string; render: ({ value, data, toggleGroup }: { value: any; data: any; toggleGroup: any; }, { cellProps }: { cellProps: any; }) => JSX.Element | null; sortable: boolean; editable: boolean; groupBy: boolean; }; export default _default; export { GROUP_COL_ID as groupColumnId };