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