import { ColumnConfigInternal } from '../types/column-config-internal.type'; import { ObjectForExtending } from '../types'; import { CellInfoGlideInstance } from '../TableGlideInstance'; export declare function RowIRenderCell({ row, rowInd, }: CellInfoGlideInstance): import("react/jsx-runtime").JSX.Element | null; export declare const RowIColumn: ColumnConfigInternal;