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