import React from 'react';
declare const CellContent: (layoutProps: any) => React.JSX.Element;
export default CellContent;
