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