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