/** * 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 { CellProps } from './CellProps'; import { TypeGroupTool } from '../../../types'; declare const _default: ({ render, rtl, collapsed, toggleGroup, style, size, renderGroupCollapseTool, renderGroupExpandTool, }: { render: any; rtl: boolean | undefined; collapsed: boolean | undefined; toggleGroup: (event: any) => void; style?: any; size: number; renderGroupCollapseTool?: TypeGroupTool | undefined; renderGroupExpandTool?: TypeGroupTool | undefined; }, cellProps?: CellProps) => any; export default _default;