/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ import type { AnchorHTMLAttributes, PropsWithChildren } from 'react'; export type CardLinkProps = PropsWithChildren>; export declare const CardLink: import("react").ForwardRefExoticComponent & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes>;