import { AlertDialogElement } from "../../ui/alert-dialog/element.js"; //#region src/define/ui/alert-dialog.d.ts declare global { interface HTMLElementTagNameMap { [AlertDialogElement.tagName]: AlertDialogElement; } } //# sourceMappingURL=alert-dialog.d.ts.map