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