import type { SVGProps } from 'react';
/**
 * @internal
 */
declare const SvgParticipantPlaceholder: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgParticipantPlaceholder;
