import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const YenLine: m.Component<SVGAttributes>;
export default YenLine;
