declare const AlertDialogContent: import("svelte").Component<any, {}, "ref">;
type AlertDialogContent = ReturnType<typeof AlertDialogContent>;
export default AlertDialogContent;
