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