import { ComplexBase } from '@syncfusion/ej2-react-base'; import { ColumnsModel } from '@syncfusion/ej2-kanban'; export interface ColumnsDirTypecast { template?: string | Function | any; } /** * `ColumnsDirective` represent a columns of the react Kanban board. * It must be contained in a Kanban component(`KanbanComponent`). * ```tsx * * * * * * * ``` */ export declare class ColumnDirective extends ComplexBase { static moduleName: string; } export declare class ColumnsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }