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