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