export declare enum TYPES {
    PRIMARY = "primary",
    SECONDARY = "secondary",
    CRITICAL = "critical"
}
export declare enum TOKENS {
    background = "background",
    backgroundHover = "backgroundHover",
    backgroundActive = "backgroundActive",
    foreground = "foreground",
    foregroundHover = "foregroundHover",
    foregroundActive = "foregroundActive",
    marginRightIcon = "marginRightIcon"
}
