export declare const GoogleEvent: any;
export declare enum GoogleProperty {
    quarter_view = "quarter_view",
    half_view = "half_view",
    three_quarter_view = "three_quarter_view",
    full_view = "full_view",
    mute = "mute",
    unmute = "unmute",
    close = "close",
    mic = "mic",
    send = "send"
}
