export declare type MentorName = "glasses-orange" | "glasses-brown" | "mouth-straight-orange" | "wink-grey" | "happy-orange" | "confused-orange" | "sparkles" | "cry" | "mentor-surprised" | "sorry-orange" | "confused-grey";
export declare const MentorNames: MentorName[];
declare let dictionary: {};
export default dictionary;
