import { CellValue } from './cell-value'; export declare class CellContext { element: CellValue; constructor(element: CellValue); }