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