import { SVGProps } from "react";
declare const SvgHeadphone: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgHeadphone;
