type DirectionType = "rtl" | "ltr";
type SeverityType = "info" | "warning" | "error" | "success" | "none";
type RadiusType = "full" | "inherit" | "none";

export type { DirectionType as D, RadiusType as R, SeverityType as S };
