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