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