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