import * as React from 'react';
import type { 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: React.FunctionComponent<IPersonaProps>;
