import { BoxedContext, Normalized } from "../../api"; export declare function ContextResultExpressionCell(props: { contextExpression: Normalized; rowIndex: number; columnIndex: number; }): JSX.Element; //# sourceMappingURL=ContextResultExpressionCell.d.ts.map