import { IgxPropertyEditorDescriptionObject } from "./igx-property-editor-description-object"; import { IgxPropertyEditorDescriptionObjectCollection } from "./igx-property-editor-description-object-collection"; import { PropertyEditorPropertyDescriptionCoercingValueEventArgs as PropertyEditorPropertyDescriptionCoercingValueEventArgs_internal } from "./PropertyEditorPropertyDescriptionCoercingValueEventArgs"; export declare class IgxPropertyEditorPropertyDescriptionCoercingValueEventArgs { protected createImplementation(): PropertyEditorPropertyDescriptionCoercingValueEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): PropertyEditorPropertyDescriptionCoercingValueEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get value(): any; set value(v: any); get complexValue(): IgxPropertyEditorDescriptionObject; set complexValue(v: IgxPropertyEditorDescriptionObject); private _complexValues; get complexValues(): IgxPropertyEditorDescriptionObjectCollection; set complexValues(v: IgxPropertyEditorDescriptionObjectCollection); static ngAcceptInputType_complexValues: IgxPropertyEditorDescriptionObjectCollection | string; }