export declare enum TYPE_OPTIONS {
    PRIMARY = "primary",
    SECONDARY = "secondary",
    CRITICAL = "critical",
    WHITE = "white",
    PRIMARY_SUBTLE = "primarySubtle",
    CRITICAL_SUBTLE = "criticalSubtle",
    BUNDLE_BASIC = "bundleBasic",
    BUNDLE_MEDIUM = "bundleMedium",
    BUNDLE_TOP = "bundleTop"
}
export declare enum SIZE_OPTIONS {
    SMALL = "small",
    NORMAL = "normal",
    LARGE = "large"
}
export declare enum TOKENS {
    heightButton = "heightButton",
    loadingWidth = "loadingWidth",
    loadingHeight = "loadingHeight",
    fontSizeButton = "fontSizeButton",
    paddingButton = "paddingButton",
    paddingButtonWithIcons = "paddingButtonWithIcons",
    paddingButtonWithLeftIcon = "paddingButtonWithLeftIcon",
    paddingButtonWithRightIcon = "paddingButtonWithRightIcon",
    backgroundButton = "backgroundButton",
    backgroundButtonHover = "backgroundButtonHover",
    backgroundButtonActive = "backgroundButtonActive",
    backgroundButtonFocus = "backgroundButtonFocus",
    colorTextButton = "colorTextButton",
    colorTextButtonHover = "colorTextButtonHover",
    colorTextButtonActive = "colorTextButtonActive",
    borderColorButtonFocus = "borderColorButtonFocus"
}
