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