/// <reference types="react" />
import { IPersonaProps } from './Persona.types';
export declare const Persona: (props: IPersonaProps) => JSX.Element;
