import { IPersonaProps } from 'office-ui-fabric-react/lib/Persona';
/** @deprecated Use the version from `@uifabric/example-data` instead. */
export declare const people: (IPersonaProps & {
    key: string | number;
})[];
/** @deprecated Use the version from `@uifabric/example-data` instead. */
export declare const mru: IPersonaProps[];
