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