import type { CardProps } from "@/components/TempDesignSystem/Card/card" export interface CardImageProps extends React.HTMLAttributes { card: CardProps | undefined imageCards: Pick[] }