export declare const PERSONA_SIZE: {
    [x: number]: string;
};
export declare const PERSONA_PRESENCE: {
    [x: number]: string;
};
export declare const PERSONA_INITIALS_COLOR: {
    [x: number]: string;
};
