import { ConfigurationMessage } from "./ConfigurationMessage"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class PropertyChangedMessage extends ConfigurationMessage { static $t: Type; private f; get g(): string; set g(a: string); private c; get e(): any; set e(a: any); private b; get d(): any; set d(a: any); toString(): string; }