import { Cell } from './cell';
export type { CellProps, CellAlign } from './types';
export default Cell;
