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