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