import type { IImageCarouselProps } from './ImageCarousel.container';
type ImageCarouselComponentProps = Omit<IImageCarouselProps, 'fullScreenDialogProps'> & {
    isFullScreen: boolean;
};
export declare const prefix: string;
export declare const ImageCarouselComponent: ({ images, controlsPosition, allowFullScreen, previousButtonLabel, nextButtonLabel, initialActiveStep, onImageClick, onToggleFullScreen, onActiveStepChange, isFullScreen, SwipeableViews, swiperRef, sx, swipeableViewsProps, autoplay, autoplaySpeed, draggable, touchMove, touchThreshold, speed, pauseOnHover, pauseOnFocus, infinite, ...otherProps }: ImageCarouselComponentProps) => import("react/jsx-runtime").JSX.Element;
export {};
