interface ContainerProps { } interface HolderProps { colorScrollbar?: string; } export declare const Styled: { Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; ImagesHolder: import("styled-components").StyledComponent<"div", any, HolderProps, never>; }; export {}; //# sourceMappingURL=CarouselFullWidth.style.d.ts.map