import { PropertyEditorDataSource as PropertyEditorDataSource_internal } from "./PropertyEditorDataSource"; import { TypeDescriptionContext } from "igniteui-angular-core"; export declare class IgxPropertyEditorDataSource { protected createImplementation(): PropertyEditorDataSource_internal; protected _implementation: any; /** * @hidden */ get i(): PropertyEditorDataSource_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get descriptionType(): string; set descriptionType(v: string); get context(): TypeDescriptionContext; set context(v: TypeDescriptionContext); findByName(name: string): any; protected _zoneRunner: (act: () => void) => void; protected _runInZone(act: () => void): void; }