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