import type { HTMLAttributes } from "svelte/elements";
declare const AlertDescription: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type AlertDescription = ReturnType<typeof AlertDescription>;
export default AlertDescription;
