export interface ProductsCarouselProps { scale?: number; showUpdatePaymentDetailButton?: boolean; stopCarousel?: boolean; } declare const ProductsCarousel: ({ scale, showUpdatePaymentDetailButton, stopCarousel, }: ProductsCarouselProps) => import("react/jsx-runtime").JSX.Element; export default ProductsCarousel;