import { FC } from 'react'; import { ScrollContainerProps } from '../Carousel.types'; export declare const ScrollContainer: FC;