import { FC } from 'react'; /** * This component renders the emoji suggestion dropdown for the user. */ export declare const EmojiPopupComponent: FC;