import { OnInit, OnDestroy } from '@angular/core';
export declare class OffClickDirective implements OnInit, OnDestroy {
    offClickHandler: any;
    onClick($event: MouseEvent): void;
    ngOnInit(): void;
    ngOnDestroy(): void;
}
