///
import "./BaseCell.css";
import { GridCellProps } from "./GridColumn";
import { GridColumnModel } from "./Grid";
export declare function getCellId(rowKey: string, column: GridColumnModel): string;
export declare function BaseCell(props: GridCellProps): JSX.Element;