import { FC } from "react"; interface ParticipantsTypes { isOpen: boolean; onToggle: () => void; } declare const Participants: FC; export { Participants }; //# sourceMappingURL=Participants.d.ts.map