export declare const bubbleOutline: import("@vanilla-extract/recipes").RuntimeFn<{ active: { true: { border: `1px solid ${string}`; }; false: { border: "none"; }; }; }>; export declare const bubbleBorder: string; export declare const bubble: string;