import * as React from 'react'; interface INotifyCenterTooltipProps { callApiGetTotalNotifications: Function; callApiUpdateTotalNotifications: Function; callApiHubConnection: string; callApiGetAppNotification?: Function; } export declare class NotifyCenterTooltip extends React.Component { private mouted; private isOpenPover; constructor(props: any); componentDidMount(): void; componentWillUnmount(): void; private initConnection; private getTotalCountLastSeen; private updateLastSeen; render(): JSX.Element; } export {};