import * as React from 'react';
import type { IPersonaCoinProps } from '../Persona.types';
/**
 * PersonaCoin is used to render an individual's avatar and presence.
 */
export declare const PersonaCoin: React.FunctionComponent<IPersonaCoinProps>;
