import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * Column Directive * ```html * * ``` */ export declare class ColumnDirective extends ComplexBase { private viewContainerRef; directivePropList: any; /** * Options to customize the border of the columns. */ border: any; /** * The width of the column as a string accepts input both as '100px' and '100%'. * If specified as '100%', the column renders to the full width of its chart. * @default '100%' */ width: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-column", never, { "border": "border"; "width": "width"; }, {}, never>; } /** * Column Array Directive * @private */ export declare class ColumnsDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-columns", never, {}, {}, ["children"]>; }