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