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