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