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