import { CarouselItem } from './CardCarousel.helpers'; type Props = Omit & { active: boolean; }; export declare const CardCarouselItem: ({ image, subtitle, title, description, href, hrefTitle, active, }: Props) => import("react/jsx-runtime").JSX.Element; export {};