import { OnDestroy, OnInit } from '@angular/core'; export declare class OffClickDirective implements OnInit, OnDestroy { private platformId; offClickHandler: any; constructor(platformId: string); ngOnInit(): any; ngOnDestroy(): any; }