import { default as React } from 'react';
export interface ParticipantProps {
    avatar?: string;
    name: string;
}
declare const _default: React.NamedExoticComponent<ParticipantProps>;
export default _default;
