import type { Components, JSX } from "../types/components"; interface IfxCardHeadline extends Components.IfxCardHeadline, HTMLElement {} export const IfxCardHeadline: { prototype: IfxCardHeadline; new (): IfxCardHeadline; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;