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