/// import React from 'react'; import * as typing from './Line.type'; declare const Line: React.SFC; export default Line;