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