import { ICarouselWrapperStyledProps } from "./Carousel.interfaces";
export declare const previewFlexScreenWidth = 18;
export declare const previewFlexItemWidth: {
    desktop: number;
    largeMobile: number;
    mobile: number;
    tablet: number;
};
export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, ICarouselWrapperStyledProps, never>;
export declare const CarouselFrame: import("styled-components").StyledComponent<"div", any, any, never>;
