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