import { CardImageProps } from "./types";
export declare const CardImage: import("react").MemoExoticComponent<({ ...props }: CardImageProps) => JSX.Element>;
