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