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