export declare enum TYPE_OPTIONS {
    APPLE = "apple",
    FACEBOOK = "facebook",
    GOOGLE = "google",
    TWITTER = "twitter",
    EMAIL = "email"
}
export declare enum TOKENS {
    backgroundButton = "backgroundButton",
    backgroundButtonHover = "backgroundButtonHover",
    backgroundButtonActive = "backgroundButtonActive",
    backgroundButtonFocus = "backgroundButtonFocus",
    colorTextButton = "colorTextButton",
    colorTextButtonHover = "colorTextButtonHover",
    colorTextButtonActive = "colorTextButtonActive",
    iconColor = "iconColor",
    borderColorButtonFocus = "borderColorButtonFocus"
}
