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