/** * @license * Copyright (c) 2000 - 2024 Vaadin Ltd. * * This program is available under Vaadin Commercial License and Service Terms. * * * See https://vaadin.com/commercial-license-and-service-terms for the full * license. */ import type { Overlay } from '@vaadin/overlay/src/vaadin-overlay.js'; /** * @deprecated Import `Overlay` from `@vaadin/overlay` instead. */ export type OverlayElement = Overlay; /** * @deprecated Import `Overlay` from `@vaadin/overlay` instead. */ export const OverlayElement: typeof Overlay; export * from '@vaadin/overlay/src/vaadin-overlay.js';