export type ButtonVariantStyle = "primary" | "danger" | "secondary" | "success" | "outline" | "ghost";