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