/** * 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 { TypeComputedProps, TypeDataGridProps } from '../../types'; import { MutableRefObject } from 'react'; declare const _default: (props: TypeDataGridProps, computedProps: TypeComputedProps, computedPropsRef: MutableRefObject) => { computeDataStep: ({ groupBy, config, computedProps, batchUpdateQueue, columnsMap, }: { groupBy: import("../../types").TypeGroupBy; config: any; columnsMap: import("../../types").TypeComputedColumnsMap; computedProps: TypeComputedProps; batchUpdateQueue: import("../../types").TypeBatchUpdateQueue; }) => any; }; export default _default;