/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
export declare const CardImage: import("react").ForwardRefExoticComponent<{
    alt: string;
} & import("../common/types").AspectRatioProps & Omit<import("react").ImgHTMLAttributes<HTMLImageElement>, "children"> & import("react").RefAttributes<HTMLImageElement>>;
