import React from 'react'; /** * 单元格的外边距 * * 文档:http://officeopenxml.com/WPtableCellProperties-Margins.php * @param param0 */ declare const TableCellMargin: React.SFC; export default TableCellMargin;