import * as i0 from '@angular/core'; import { OnDestroy } from '@angular/core'; declare class PreventBrowserZoomDirective implements OnDestroy { private readonly platformId; private cleanupFns; constructor(); private setupPreventionHandlers; private preventCtrlWheel; private preventKeyboardZoom; private preventGestureZoom; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { PreventBrowserZoomDirective };