import { type UniBlockProps } from '../../UniBlock/UniBlockProps'; import { type CarouselRecommendationCardContent } from './CarouselRecommendationCardContent'; export interface RecommendationCardProps extends CarouselRecommendationCardContent, UniBlockProps { } export declare const CarouselRecommendationCard: import("@redneckz/uni-jsx").UNIComponent;