/** * @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 { Button } from '@vaadin/button/src/vaadin-button.js'; /** * @deprecated Import `Button` from `@vaadin/button` instead. */ export type ButtonElement = Button; /** * @deprecated Import `Button` from `@vaadin/button` instead. */ export const ButtonElement: typeof Button; export * from '@vaadin/button/src/vaadin-button.js';