import React from 'react'; export default class Sidebar extends React.Component { constructor(props: any); shouldComponentUpdate(nextProps: any, nextState: any): boolean; scroll(e?: any): void; setComponentTop(): void; scrollEventListener: any; componentDidMount(): void; componentWillUnmount(): void; componentWillReceiveProps(): void; render(): JSX.Element; }