import { ɵDomEventsPlugin as EventManagerPlugin } from "@angular/platform-browser"; import { ResizeEventStrategy } from "../common-types"; import { UniversalService } from "../services/universal.service"; import { ResizeDetector } from "./resize-detector"; import * as i0 from "@angular/core"; export declare class ResizeEventPlugin extends EventManagerPlugin { protected resizeDelay: number; protected resizeStrategy: ResizeEventStrategy; readonly universal: UniversalService; static readonly EVENT_NAME: string; readonly detector: ResizeDetector; constructor(doc: any, resizeDelay: number, resizeStrategy: ResizeEventStrategy, universal: UniversalService); supports(eventName: string): boolean; addEventListener(element: HTMLElement, eventName: string, handler: Function): Function; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }