import React from 'react';
declare const ColumnInRowTable: ({ value, itemBody }: any) => React.JSX.Element;
export default ColumnInRowTable;
