export declare enum ButtonSize { SMALL = "small", LARGE = "large", MEDIUM = "medium", EXTRA_LARGE = "extra-large", GIANT = "giant" }