import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* `e-columns` directive represent a columns of the Kanban board.
* It must be contained in a Kanban component(`ejs-kanban`).
* ```html
*
*
*
*
*
*
* ```
*/
export declare class ColumnDirective extends ComplexBase {
private viewContainerRef;
directivePropList: any;
/**
* Enable or disable column drag
* @default true
*/
allowDrag: any;
/**
* Enable or disable column drop
* @default true
*/
allowDrop: any;
/**
* Enable or disable toggle column
* @default false
*/
allowToggle: any;
/**
* Defines the column header title
* @default null
*/
headerText: any;
/**
* Defines the collapsed or expandable state
* @default true
*/
isExpanded: any;
/**
* Defines the column keyField. It supports both number and string type.
* String type supports the multiple column keys and number type does not support the multiple column keys.
* @default null
*/
keyField: any;
/**
* Defines the maximum card count in column
* @default null
* @asptype int
*/
maxCount: any;
/**
* Defines the minimum card count in column
* @default null
* @asptype int
*/
minCount: any;
/**
* Enable or disable cell add button
* @default false
*/
showAddButton: any;
/**
* Enable or disable card count in column
* @default true
*/
showItemCount: any;
/**
* Defines the column transition
* @default []
*/
transitionColumns: any;
/**
* Defines the column template
* @default null
* @asptype string
*/
template: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-column", never, { "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; "allowToggle": "allowToggle"; "headerText": "headerText"; "isExpanded": "isExpanded"; "keyField": "keyField"; "maxCount": "maxCount"; "minCount": "minCount"; "showAddButton": "showAddButton"; "showItemCount": "showItemCount"; "template": "template"; "transitionColumns": "transitionColumns"; }, {}, ["template"]>;
}
/**
* Column Array Directive
* @private
*/
export declare class ColumnsDirective extends ArrayBase {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-columns", never, {}, {}, ["children"]>;
}