import { ShallowRef, MaybeRef } from 'vue'; import { Track } from 'livekit-client'; import { TrackReference } from '@livekit/components-core'; export declare function useParticipantTracks(sources: MaybeRef, participantIdentity?: MaybeRef): ShallowRef; //# sourceMappingURL=useParticipantTracks.d.ts.map