export declare const CarouselTouchStyles = "\n.CarouselTouch {\n    display: none;\n    height: 38px;\n    width: 38px;\n}\n\n.CarouselTouchIcon {\n    width: 100%;\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    border-radius: 500px;\n    overflow: hidden;\n}\n.CarouselTouchIcon:not(:last-child) {\n    box-shadow: 5px 0px 4px rgb(18 18 18 / 25%);\n}\n.CarouselTouchIcon__mask {\n    background-color: #000000;\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    z-index: 2;\n}\n.CarouselTouchIcon__icon {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    z-index: 1;\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n";
//# sourceMappingURL=CarouselTouch.d.ts.map