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