export declare namespace GasCard { enum SpacingType { None = "null", Default = "default", Maxi = "maxi", Small = "small", Info = "info", Actions = "actions" } enum ButtonType { Default = "default", Brand = "brand", Positive = "positive", Destructive = "destructive" } }