import { MaybeRef } from 'vue'; import { RoomEvent, RemoteParticipant, Room } from 'livekit-client'; export interface UseRemoteParticipantsOptions { updateOnlyOn?: MaybeRef; room?: MaybeRef; } export declare function useRemoteParticipants(options?: UseRemoteParticipantsOptions): import('vue').ShallowRef; //# sourceMappingURL=useRemoteParticipants.d.ts.map