import type { CellBaseProps, ArrowDirection } from "./cell.shared"; export declare const iconMap: Record; declare function CellBase(props: CellBaseProps): JSX.Element; export default CellBase;