import React from 'react';
declare const NoBorderTableCell: ({ children, ...otherProps }: any) => React.JSX.Element;
export default NoBorderTableCell;
