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