/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ /** * The heading within a Card, containing the link to the associated page. * * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-card--docs Card docs at Amsterdam Design System} */ export declare const CardHeading: import("react").ForwardRefExoticComponent<{ readonly color?: "inverse"; readonly level: 1 | 2 | 3 | 4; readonly size?: "level-1" | "level-2" | "level-3" | "level-4" | "level-5"; } & Readonly>> & import("react").RefAttributes>;