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