import type { HTMLAttributes } from 'svelte/elements'; import { type WithElementRef } from '../utils.js'; declare const AlertDialogHeader: import("svelte").Component>, {}, "ref">; type AlertDialogHeader = ReturnType; export default AlertDialogHeader;