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