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