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