import React from 'react'; export default class HorizontalLines extends React.Component { static defaultProps: { borderWidth: number; }; shouldComponentUpdate(nextProps: any, nextState: any): boolean; render(): JSX.Element; }