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