export declare const PersonaDetails: {
    imageUrl: string;
    imageInitials: string;
    primaryText: string;
    secondaryText: string;
};
