import type { Components, JSX } from "../types/components"; interface RuxIconBatteryCharging50 extends Components.RuxIconBatteryCharging50, HTMLElement {} export const RuxIconBatteryCharging50: { prototype: RuxIconBatteryCharging50; new (): RuxIconBatteryCharging50; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;