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