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