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