export interface CardImageProps { title: string; introduction: string; } export declare const CardImage: (props: CardImageProps) => import("react/jsx-runtime").JSX.Element;