import { ShopCarouselProps } from './types'; /** * Shop carousel widget — Figma widget_shop_carousel_wrapper (set 1978:19059, * file VtSQbiEqtuaowkAOQhXmpI), device axis. Desktop frames the slides in a * neutral card with peeking neighbours, a dot page control and a "view all" * TextButton; mobile swaps to an eyebrow header, a single full-width slide * and a ProgressButton rail. The composition follows the component's measured * width unless a device override is provided. */ export declare const ShopCarousel: ({ items, device, title, viewAllLabel, onViewAllClick, className, }: ShopCarouselProps) => import("react").JSX.Element;