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