import { MaybeRef } from 'vue'; import { Participant } from 'livekit-client'; export interface UseParticipantAttributesOptions { participant?: MaybeRef; } export declare function useParticipantAttributes(options?: UseParticipantAttributesOptions): import('vue').ShallowRef<{ changed?: Participant["attributes"]; attributes?: Participant["attributes"]; }>; export declare function useParticipantAttribute(attributeKey: MaybeRef, options?: UseParticipantAttributesOptions): import('vue').Ref; //# sourceMappingURL=useParticipantAttributes.d.ts.map