import React from 'react'; import { CellGroupProps } from './PropsType'; declare const CellGroup: React.FC; export default CellGroup;