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