export declare const SENTIMENTS: readonly ['danger', 'info', 'neutral', 'primary', 'secondary', 'success', 'warning']; export declare const tagStyle: { container: import("@vanilla-extract/recipes").RuntimeFn<{ copiable: { true: { selectors: { '&:active': { boxShadow: `var(--${string})`; }; '&:hover, &:active': { cursor: "pointer"; }; }; }; }; disabled: { true: { background: `var(--${string})`; border: `solid 1px var(--${string})`; color: `var(--${string})`; cursor: "not-allowed"; }; }; closable: { true: { gap: `var(--${string})`; borderRadius: `var(--${string}) 0 0 var(--${string})`; }; }; sentiment: { [k: string]: { background: `var(--${string})`; border: `solid 1px var(--${string})`; color: `var(--${string})`; }; }; isButton: { true: { borderRadius: `0 var(--${string}) var(--${string}) 0`; width: `var(--${string})`; marginLeft: number; }; false: { selectors: { [x: string]: { borderRightColor: "transparent"; }; }; }; }; }>; text: string; separator: string; wrapper: Record<"copiable" | "notCopiable", string>; content: Record<"copiable" | "notCopiable", string>; }; //# sourceMappingURL=styles.css.d.ts.map