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