import { EventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs extends EventArgs { static $t: Type; private _target; get target(): any; set target(a: any); private _value; get value(): any; set value(a: any); private _propertyPath; get propertyPath(): string; set propertyPath(a: string); }