export declare const bulletStyle: { bullet: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { backgroundColor: `var(--${string})`; border: "none"; color: `var(--${string})`; }; }; prominence: { default: {}; strong: {}; }; sentiment: { [k: string]: {}; }; size: { [k: string]: { fontSize: `var(--${string})`; height: `var(--${string})`; width: `var(--${string})`; }; }; }>; }; //# sourceMappingURL=styles.css.d.ts.map