import type { HtmlIngredientProps } from '../types.js';
export interface AlertDialogBackdropProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const AlertDialogBackdrop: import("svelte").Component;
type AlertDialogBackdrop = ReturnType;
export default AlertDialogBackdrop;