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