import React from 'react'; import type { TableColorFormatProps } from './PropsType'; declare const TableColorFormat: React.FC; export default TableColorFormat;