export declare enum TYPE_OPTIONS {
    INFO = "info",
    SUCCESS = "success",
    WARNING = "warning",
    CRITICAL = "critical",
    INFO_SUBTLE = "infoSubtle",
    SUCCESS_SUBTLE = "successSubtle",
    WARNING_SUBTLE = "warningSubtle",
    CRITICAL_SUBTLE = "criticalSubtle",
    SECONDARY = "secondary"
}
export declare enum TOKENS {
    backgroundButton = "backgroundButton",
    backgroundButtonHover = "backgroundButtonHover",
    backgroundButtonActive = "backgroundButtonActive",
    backgroundButtonFocus = "backgroundButtonFocus",
    colorTextButton = "colorTextButton",
    colorTextButtonHover = "colorTextButtonHover",
    colorTextButtonActive = "colorTextButtonActive",
    borderColorButtonFocus = "borderColorButtonFocus"
}
