export declare const StyledCarousel: import("@emotion/styled").StyledComponent<{
    slidesToShow?: number;
} & import("@mantine/carousel").CarouselProps & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
