/// <reference types="react" />
import { IPersonaProps } from './Persona.types';
/**
 * Personas are used for rendering an individual's avatar, presence and details.
 * They are used within the PeoplePicker components.
 */
export declare const Persona: (props: IPersonaProps) => JSX.Element;
