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