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