export declare const RESIZE_EVENT: "resize"; export interface ResizeEvent extends Event { type: typeof RESIZE_EVENT; } //# sourceMappingURL=ResizeEvent.d.ts.map