import React from "react"; export interface ParticipantsTableProps { addresses: Array; } declare const ParticipantsTable: React.FC; export { ParticipantsTable }; //# sourceMappingURL=ParticipantsTable.d.ts.map