/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ /** * The image associated with a Card. * * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-card--docs Card docs at Amsterdam Design System} */ export declare const CardImage: import("react").ForwardRefExoticComponent<{ readonly alt: string; } & Readonly & Readonly, "children">> & import("react").RefAttributes>;