import { AlertDialog as SpAlertDialog } from '@spectrum-web-components/alert-dialog';
import '@spectrum-web-components/alert-dialog/sp-alert-dialog.js';
export declare const AlertDialog: import("@lit/react").ReactWebComponent<SpAlertDialog, {}>;
export type AlertDialogType = EventTarget & SpAlertDialog;
