///
import CellGroup from './CellGroup';
import Cell from './Cell';
declare const CellNamespace: import("react").FC & {
Group: import("react").FC;
};
export default CellNamespace;
export { Cell, CellGroup };
export type { CellProps, CellGroupProps, CellArrowDirection } from './PropsType';