import { FC } from "react"; interface CardScrollProps { images: string[]; } declare const CardScroll: FC; export default CardScroll;