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