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