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