export declare const ColorTokens: { primary: { button_primary: string; button_primary_hover: string; button_primary_focus: string; button_primary_pressed: string; button_primary_content: string; button_disabled: string; button_disabled_border: string; button_disabled_content: string; }; secondary: { button_secondary: string; button_secondary_border: string; button_secondary_border_hover: string; button_secondary_border_focus: string; button_secondary_border_pressed: string; button_secondary_content: string; button_secondary_content_hover: string; button_secondary_content_focus: string; button_secondary_content_pressed: string; button_disabled: string; button_disabled_border: string; button_disabled_content: string; }; tertiary: { button_tertiary_content: string; button_tertiary_content_hover: string; button_tertiary_content_focus: string; button_tertiary_content_pressed: string; button_disabled_content: string; }; activated: { button_activated: string; button_activated_hover: string; button_activated_focus: string; button_activated_pressed: string; button_activated_content: string; button_disabled: string; button_disabled_border: string; button_disabled_content: string; }; 'negative-primary': { button_negativePrimary: string; button_negativePrimary_hover: string; button_negativePrimary_focus: string; button_negativePrimary_pressed: string; button_negativePrimary_content: string; button_disabled: string; button_disabled_border: string; button_disabled_content: string; }; 'negative-secondary': { button_negativeSecondary: string; button_negativeSecondary_border: string; button_negativeSecondary_border_hover: string; button_negativeSecondary_border_focus: string; button_negativeSecondary_border_pressed: string; button_negativeSecondary_content: string; button_negativeSecondary_content_hover: string; button_negativeSecondary_content_focus: string; button_negativeSecondary_content_pressed: string; button_disabled: string; button_disabled_border: string; button_disabled_content: string; }; 'negative-tertiary': { button_negativeTertiary_content: string; button_negativeTertiary_content_hover: string; button_negativeTertiary_content_focus: string; button_negativeTertiary_content_pressed: string; button_disabled_content: string; }; 'negative-activated': { button_negativeActivated: string; button_negativeActivated_hover: string; button_negativeActivated_focus: string; button_negativeActivated_pressed: string; button_negativeActivated_content: string; button_disabled: string; button_disabled_border: string; button_disabled_content: string; }; 'ghost-white': { button_ghostWhite: string; button_ghostWhite_hover: string; button_ghostWhite_focus: string; button_ghostWhite_pressed: string; button_ghostWhite_border: string; button_ghostWhite_content: string; button_ghost_disabled: string; button_ghost_disabled_border: string; button_ghost_disabled_content: string; }; 'ghost-blue': { button_ghostBlue: string; button_ghostBlue_hover: string; button_ghostBlue_focus: string; button_ghostBlue_pressed: string; button_ghostBlue_border: string; button_ghostBlue_content: string; button_ghost_disabled: string; button_ghost_disabled_border: string; button_ghost_disabled_content: string; }; 'text-link': { text_link_content: string; text_link_content_hover: string; text_link_content_focus: string; text_link_content_pressed: string; }; };