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