import { ComplexBase } from '@syncfusion/ej2-react-base'; import { CellModel } from '@syncfusion/ej2-spreadsheet'; /** * `CellDirective` represent a cell of the React Spreadsheet. * It must be contained in a `RowDirective`. * ```tsx * * * * * * * * * * * * * * ``` */ export declare class CellDirective extends ComplexBase { static moduleName: string; } export declare class CellsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }