/// <reference types="react" />
import { IPersonaCoinProps } from '../Persona.types';
/**
 * PersonaCoin is used to render an individual's avatar and presence.
 */
export declare const PersonaCoin: (props: IPersonaCoinProps) => JSX.Element;
