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