import { Room, RoomEvent } from 'livekit-client'; import { MaybeRef } from 'vue'; export interface UseParticipantsOptions { updateOnlyOn?: MaybeRef; room?: MaybeRef; } export declare function useParticipants(options?: UseParticipantsOptions): import('vue').ComputedRef<(import('livekit-client').RemoteParticipant | import('livekit-client').LocalParticipant)[]>; //# sourceMappingURL=useParticipants.d.ts.map