export declare const buttonWrapper: import('@vanilla-extract/recipes').RuntimeFn<{ direction: { right: { right: number; }; left: { left: number; }; }; visible: { true: { opacity: number; pointerEvents: "auto"; }; false: { opacity: number; pointerEvents: "none"; }; }; withAvatar: { false: {}; }; }>; export declare const carouselButton: import('@vanilla-extract/recipes').RuntimeFn<{ [x: string]: { [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule; }; }>; export declare const rotate180: string; //# sourceMappingURL=carouselButtonStyles.css.d.ts.map