import * as React from 'react'; export default class Header extends React.Component { constructor(props: any); scrollEventListener: any; scroll(e?: any): void; setComponentTop(): void; componentDidMount(): void; componentWillUnmount(): void; componentWillReceiveProps(): void; headerLabel(time: any, unit: any, width: any): any; subHeaderLabel(time: any, unit: any, width: any): any; periodClick: (e: any) => void; touchStart: (e: any) => void; touchEnd: (e: any) => void; resetTouchState(): void; render(): JSX.Element; }