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