import React from 'react'; declare const LeftBorder: React.SFC<{ style: string; width?: number; space?: number; color: string; }>; export default LeftBorder;