/**
 * @license
 * Copyright 2024 Google LLC
 * SPDX-License-Identifier: BSD-3-Clause
 */
declare const MutationObserverShimWithRealType: typeof MutationObserver;
export { MutationObserverShimWithRealType as MutationObserver };
declare const ResizeObserverShimWithRealType: typeof ResizeObserver;
export { ResizeObserverShimWithRealType as ResizeObserver };
declare const IntersectionObserverShimWithRealType: typeof IntersectionObserver;
export { IntersectionObserverShimWithRealType as IntersectionObserver };
//# sourceMappingURL=observers.d.ts.map