import React from "react"; import type { CallParticipant } from "../../types"; interface ParticipantListProps { participants: CallParticipant[]; localParticipant: CallParticipant | null; className?: string; } export declare const ParticipantList: React.FC; export {}; //# sourceMappingURL=ParticipantList.d.ts.map