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