import { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiFileManagerColumnComponent extends CollectionNestedOption { get alignment(): HorizontalAlignment | undefined; set alignment(value: HorizontalAlignment | undefined); get caption(): string | undefined; set caption(value: string | undefined); get cssClass(): string | undefined; set cssClass(value: string | undefined); get dataField(): string | undefined; set dataField(value: string | undefined); get dataType(): DataType | undefined; set dataType(value: DataType | undefined); get hidingPriority(): number | undefined; set hidingPriority(value: number | undefined); get sortIndex(): number | undefined; set sortIndex(value: number | undefined); get sortOrder(): SortOrder | undefined; set sortOrder(value: SortOrder | undefined); get visible(): boolean; set visible(value: boolean); get visibleIndex(): number | undefined; set visibleIndex(value: number | undefined); get width(): number | string | undefined; set width(value: number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiFileManagerColumnModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }