import { InteractionMessage } from "./InteractionMessage";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ViewPropertyChangedMessage extends InteractionMessage {
    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;
}
