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