export declare enum Skin { standard = "standard", white = "white", dark = "dark" } export declare enum Size { small = "small", large = "large" }