import { IAgoraRTCClient } from 'agora-rtc-sdk-ng'; export declare const useRemoteVideo: (client?: IAgoraRTCClient | null | undefined) => { isRemoteVideoMuted: boolean; isRemoteAudioMuted: boolean; }; //# sourceMappingURL=useRemoteVideo.d.ts.map