export declare type EmojiType = 'pending' | 'cancelled' | 'submitted'; export declare const emoji: { [key in EmojiType]: string; };