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