import { DialogElementBase } from "../dialog/element.js"; //#region src/ui/alert-dialog/element.d.ts /** * A modal dialog with alert semantics. * * @fires open-change - Fired when the dialog's open state changes. */ declare class AlertDialogElement extends DialogElementBase { static readonly tagName = "media-alert-dialog"; constructor(); } //#endregion export { AlertDialogElement }; //# sourceMappingURL=element.d.ts.map