export declare const BG_PRIMARY = "bg-[hsl(var(--thisway-color-primary))]"; export declare const BG_TEXT = "bg-[hsl(var(--thisway-color-text))]"; export declare const TEXT_PRIMARY = "text-[hsl(var(--thisway-color-primary))]"; export declare const TEXT_TEXT = "text-[hsl(var(--thisway-color-text))]"; export declare const BORDER_HIGHLIGHT = "border-[hsl(var(--thisway-color-highlight))]"; export declare const BORDER_TEXT = "border-[hsl(var(--thisway-color-text))]"; export declare const SHADOW = "shadow-[0_1px_10px] shadow-black/40"; export declare const COMPONENT_BUTTON = "h-7.5 min-w-7.5 cursor-pointer outline-none no-underline rounded-full text-sm ml-2.5"; export declare const COMPONENT_BUTTON_PRIMARY: string; export declare const COMPONENT_BUTTON_SECONDARY: string; export declare const COMPONENT_CARD: string; export declare const COMPONENT_CARD_CLOSE: string; export declare const COMPONENT_CARD_TITLE: string; export declare const COMPONENT_CARD_DESCRIPTION: string; export declare const COMPONENT_CARD_PROGRESS = "text-sm"; export declare const COMPONENT_ARROW: string; export declare const COMPONENT_HIGHLIGHT: string; export declare const COMPONENT_STEP_CONTENT: string; //# sourceMappingURL=components.d.ts.map