import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const EmojiEmotionsRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default EmojiEmotionsRounded;
