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