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