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