import DataSource from 'devextreme/data/data_source'; import { DataSourceOptions } from 'devextreme/data/data_source'; import { Store } from 'devextreme/data/store'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiSchedulerResourceComponent extends CollectionNestedOption { get allowMultiple(): boolean; set allowMultiple(value: boolean); get colorExpr(): string; set colorExpr(value: string); get dataSource(): Array | DataSource | DataSourceOptions | null | Store | string; set dataSource(value: Array | DataSource | DataSourceOptions | null | Store | string); get displayExpr(): ((resource: any) => string) | string; set displayExpr(value: ((resource: any) => string) | string); get fieldExpr(): string; set fieldExpr(value: string); get icon(): string; set icon(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 DxiSchedulerResourceModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }