declare const CarouselAnimation: ({ children, }: {
    children: any;
}) => JSX.Element;
export { CarouselAnimation };
