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