import React from 'react'; declare const Line: (props: ILine) => React.JSX.Element; export default Line; export interface ILine { wrapStyle: React.CSSProperties; lineStyle: React.CSSProperties; }