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