import { IEmojiPopover } from '../../types';
export default function EmojiPopover({ onSelect }: IEmojiPopover): JSX.Element;
