import { Description } from "./Description";
import { Type } from "./type";
import { PropertyEditorDescriptionObjectDescription } from "./PropertyEditorDescriptionObjectDescription";
/**
 * @hidden
 */
export declare class PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private o;
    get value(): any;
    set value(a: any);
    private m;
    get complexValue(): PropertyEditorDescriptionObjectDescription;
    set complexValue(a: PropertyEditorDescriptionObjectDescription);
    private k;
    get complexValues(): PropertyEditorDescriptionObjectDescription[];
    set complexValues(a: PropertyEditorDescriptionObjectDescription[]);
}
