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