///
import { StylerType } from '../../types';
import { ParticipantListClasses } from './ParticipantProps';
interface PropsType {
styler?: StylerType;
name: string;
isAudioEnabled?: boolean;
}
export declare const ParticipantInList: ({ styler, name, isAudioEnabled, }: PropsType) => JSX.Element;
export {};