import type { HtmlIngredientProps } from '../types.js';
export interface AlertDialogDescriptionProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const AlertDialogDescription: import("svelte").Component<AlertDialogDescriptionProps, {}, "ref">;
type AlertDialogDescription = ReturnType<typeof AlertDialogDescription>;
export default AlertDialogDescription;
