///
import type { TransitionStatus } from 'react-transition-group';
export declare const StyledCarouselItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
status: TransitionStatus;
isActive: boolean;
animation: 'default' | 'slide';
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCarouselImage: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLImageElement>, {}>;
export declare const StyledCarouselCaption: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCarsouelIndicator: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledCarouselIndicatorItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
active: boolean;
}, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
export declare const StyledCarouselIndicatorButton: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
active: boolean;
}, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export declare const StyledCarouselContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const CarouselArrowContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
postion: 'left' | 'right';
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const CarouselArrowButon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;