import { IExtendedPersonaProps } from '../../../SelectedItemsList';
export declare const people: (IExtendedPersonaProps & {
    key: string | number;
})[];
export declare const mru: IExtendedPersonaProps[];
export declare const groupOne: IExtendedPersonaProps[];
export declare const groupTwo: IExtendedPersonaProps[];
