import * as React from 'react';
export declare class PersonaBasicExample extends React.Component<React.Props<PersonaBasicExample>, {
    renderPersonaDetails?: boolean;
}> {
    constructor();
    render(): JSX.Element;
}
