/// <reference types="react" />
import type { SmartCellGroup } from './PropTypes';
declare const CellGroup: import("react").FC<SmartCellGroup>;
export { CellGroup };
export { SmartCellGroup, SmartCellGroupExternalClassName, SmartCellGroupProps } from './PropTypes';
