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