export declare namespace GasButton { type ButtonInputType = ButtonType | 'primary' | 'secondary' | 'negative' | ''; enum ButtonType { Primary = "primary", Secondary = "secondary", Negative = "negative" } }