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