export interface ForYouCardProps { title: string; description: string; ctaText: string; ctaHref: string; desktopImage: string; mobileImage?: string; imageAlt?: string; imageOnRight?: boolean; titleColor?: string; descriptionColor?: string; ctaColor?: string; ctaHoverColor?: string; backgroundColor?: string; paddingClass?: string; variant?: 'standard' | 'flex'; onCtaClick?: () => void; constrainWidth?: boolean; } export declare function ForYouCard({ title, description, ctaText, ctaHref, desktopImage, mobileImage, imageAlt, imageOnRight, titleColor, descriptionColor, ctaColor, ctaHoverColor, backgroundColor, paddingClass, variant, onCtaClick, constrainWidth, }: ForYouCardProps): import("react/jsx-runtime").JSX.Element; export default ForYouCard; //# sourceMappingURL=ForYouCard.d.ts.map