/// export declare const StyledPill: import("@emotion/styled").StyledComponent<{ icon?: string; name: string; locale?: import("../../navigationV2/types").LocaleType; dataEventCategory?: string; dataEventAction?: string; dataEventLabel?: string; onSelect?: () => void; } & Omit, "onSelect"> & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledSlide: import("@emotion/styled").StyledComponent; }>; export declare const StyledCarousel: import("@emotion/styled").StyledComponent<{ maxBlurOpacity?: number; blurFromCenter?: boolean; blurFromIndex?: number; blurLength?: number; selectSlideWhenClick?: boolean; onSlideChange?: (index: number) => void; } & import("@mantine/carousel").CarouselProps & { theme?: import("@emotion/react").Theme; }, {}, {}>;