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