import * as React from 'react'; export interface TimeViewProps { } export default class TimeView extends React.Component { render(): JSX.Element; }