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