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