declare type ButtonVariant = "normal" | "strong" | "danger" | "ghost"; export default ButtonVariant;