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