export declare const customerSatisfactionStyle: { angryAnimation: string; happyAnimation: string; customerStatisfaction: import("@vanilla-extract/recipes").RuntimeFn<{ animated: { angry: { animation: `${string} 1s ease infinite`; }; happy: { animation: `${string} 1s ease infinite`; }; }; isScaled: { true: { transform: "scale(1.2)"; }; }; }>; buttonContainer: string; }; //# sourceMappingURL=styles.css.d.ts.map