/** * 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 React from 'react'; declare const _default: { id: string; headerAlign: string; textAlign: string; render: () => React.FunctionComponentElement; cellSelectable: boolean; autoLock: boolean; header: string; showColumnMenuSortOptions: boolean; showColumnMenuGroupOptions: boolean; showColumnMenuTool: boolean; showInContextMenu: boolean; sortable: boolean; editable: boolean; resizable: boolean; draggable: boolean; groupBy: boolean; defaultWidth: number; minWidth: number; }; export default _default;