/// declare type EmojiInputProps = { value: string; onSelection(contentWithEmoji: string, suggestedEmoji?: boolean): any; }; declare const EmojiSuggestion: ({ value, onSelection }: EmojiInputProps) => JSX.Element; export default EmojiSuggestion;