/** * 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 React from 'react'; import { id as ROW_EXPAND_COL_ID } from './defaultRowExpandColumnId'; declare const _default: { id: string; rowExpandColumn: boolean; cellSelectable: boolean; headerAlign: string; textAlign: string; render: ({ isRowExpandable, rowExpanded, toggleRowExpand }: { isRowExpandable: any; rowExpanded: any; toggleRowExpand: any; }) => React.FunctionComponentElement | undefined; header: JSX.Element; showInContextMenu: boolean; showColumnMenuSortOptions: boolean; showColumnMenuGroupOptions: boolean; showColumnMenuTool: boolean; sortable: boolean; editable: boolean; groupBy: boolean; defaultWidth: number; minWidth: number; }; export default _default; export { ROW_EXPAND_COL_ID as rowExpandColumnId };