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