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