import { Store } from 'devextreme/data'; import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiResourceComponent extends CollectionNestedOption { get allowMultiple(): boolean; set allowMultiple(value: boolean); get colorExpr(): string; set colorExpr(value: string); get dataSource(): Store | DataSource | DataSourceOptions | null | string | Array; set dataSource(value: Store | DataSource | DataSourceOptions | null | string | Array); get displayExpr(): Function | string; set displayExpr(value: Function | string); get fieldExpr(): string; set fieldExpr(value: string); get label(): string; set label(value: string); get useColorAsDefault(): boolean; set useColorAsDefault(value: boolean); get valueExpr(): Function | string; set valueExpr(value: Function | string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiResourceModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }