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