/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ import type { HTMLAttributes, PropsWithChildren } from 'react'; export type CardContentProps = Readonly>>; /** * Groups everything in a Card that is not its image, so the two sit side by side in the horizontal layout. * * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-card--docs Card docs at Amsterdam Design System} */ export declare const CardContent: import("react").ForwardRefExoticComponent>> & import("react").RefAttributes>;