export declare const ThemeColor = "var(--x-theme-color)"; export declare const ThemeColorHover = "var(--x-theme-color-hover)"; export declare const ThemeColorActive = "var(--x-theme-color-active)"; export declare const ThemeColorDisabled = "var(--x-theme-color-disabled)"; export declare const ThemeColorBg = "var(--x-theme-color-bg)"; export declare const SecondaryThemeColor = "var(--x-theme-color-secondary)"; export declare const SecondaryThemeColorHover = "var(--x-theme-color-secondary-hover)"; export declare const SecondaryThemeColorActive = "var(--x-theme-color-secondary-active)"; export declare const SecondaryThemeColorDisabled = "var(--x-theme-color-secondary-disabled)"; export declare const SecondaryThemeColorBg = "var(--x-theme-color-secondary-bg)"; export declare const TertiaryThemeColor = "var(--x-theme-color-tertiary)"; export declare const TertiaryThemeColorHover = "var(--x-theme-color-tertiary-hover)"; export declare const TertiaryThemeColorActive = "var(--x-theme-color-tertiary-active)"; export declare const TertiaryThemeColorDisabled = "var(--x-theme-color-tertiary-disabled)"; export declare const TertiaryThemeColorBg = "var(--x-theme-color-tertiary-bg)"; export declare const SuccessColor = "var(--x-success-color)"; export declare const SuccessColorHover = "var(--x-success-color-hover)"; export declare const SuccessColorActive = "var(--x-success-color-active)"; export declare const SuccessColorBg = "var(--x-success-color-bg)"; export declare const WarningColor = "var(--x-warning-color)"; export declare const WarningColorHover = "var(--x-warning-color-hover)"; export declare const WarningColorActive = "var(--x-warning-color-active)"; export declare const WarningColorBg = "var(--x-warning-color-bg)"; export declare const ErrorColor = "var(--x-error-color)"; export declare const ErrorColorHover = "var(--x-error-color-hover)"; export declare const ErrorColorActive = "var(--x-error-color-active)"; export declare const ErrorColorBg = "var(--x-error-color-bg)"; export declare const InfoColor = "var(--x-info-color)"; export declare const InfoColorHover = "var(--x-info-color-hover)"; export declare const InfoColorActive = "var(--x-info-color-active)"; export declare const InfoColorBg = "var(--x-info-color-bg)"; export declare const text: { primary: string; main: string; secondary: string; tertiary: string; quaternary: string; quinary: string; hover: string; active: string; }; export declare const background: { primary: string; main: string; secondary: string; tertiary: string; quaternary: string; quinary: string; hover: string; active: string; }; export declare const border: { primary: string; main: string; secondary: string; tertiary: string; quaternary: string; quinary: string; hover: string; active: string; }; export declare const outline: { primary: string; main: string; secondary: string; tertiary: string; quaternary: string; quinary: string; hover: string; active: string; }; export declare const divide: { primary: string; main: string; secondary: string; tertiary: string; quaternary: string; quinary: string; hover: string; active: string; }; export declare const colors: { theme_primary: string; theme_primary_hover: string; theme_primary_active: string; theme_primary_disabled: string; theme_primary_bg: string; theme_secondary: string; theme_secondary_hover: string; theme_secondary_active: string; theme_secondary_disabled: string; theme_secondary_bg: string; theme_tertiary: string; theme_tertiary_hover: string; theme_tertiary_active: string; theme_tertiary_disabled: string; theme_tertiary_bg: string; };