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