import * as React from "react"; /** * Defines the supported visual treatments for the Alert component. */ export type AlertVariant = "default" | "destructive"; /** * Represents the configurable props for the Alert component. * * @remarks * Extends native `