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