/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ declare const EventShimWithRealType: typeof Event; declare const CustomEventShimWithRealType: typeof CustomEvent; export { EventShimWithRealType as Event, EventShimWithRealType as EventShim, CustomEventShimWithRealType as CustomEvent, CustomEventShimWithRealType as CustomEventShim, }; //# sourceMappingURL=events.d.ts.map