export interface AttendeesProps {
    participantsState: any;
    attendee: any;
}
export declare function Attendees(props: AttendeesProps): JSX.Element;
