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