import React from 'react';
import type { RowContainerType, RowCtrl } from 'ag-grid-community';
declare const _default: React.MemoExoticComponent<({ rowCtrl, containerType }: {
rowCtrl: RowCtrl;
containerType: RowContainerType;
}) => React.JSX.Element>;
export default _default;