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