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