export interface CardImageProps {
  dataTestId?: string;
  className?: string;
  src?: string;
  style?: React.CSSProperties;
}
