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