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