import { ICardImage } from './types/cardImage';
declare const CardImage: <V extends string | unknown>(props: ICardImage<V>) => JSX.Element;
export { CardImage };
