import React from 'react';
import type { PropsWithChildrenOnly } from '../../../../types/types';
export declare const Emoji: ({ children }: PropsWithChildrenOnly) => React.JSX.Element;
