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