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