import type { Components, JSX } from "../types/components"; interface RuxIconCallToAction extends Components.RuxIconCallToAction, HTMLElement {} export const RuxIconCallToAction: { prototype: RuxIconCallToAction; new (): RuxIconCallToAction; };