import { Carousel } from 'react-responsive-carousel'; import { ContainerProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; declare const Content: import("styled-components").StyledComponent<"div", any, {}, never>; declare const WebCarousel: import("styled-components").StyledComponent; export { Container, Content, WebCarousel };