export declare const StreamCompositor: {
    install(ZegoWebRTC: any): void;
    readonly type: string;
};
