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