import type { Components, JSX } from "../types/components"; interface RuxIconBluetoothDisabled extends Components.RuxIconBluetoothDisabled, HTMLElement {} export const RuxIconBluetoothDisabled: { prototype: RuxIconBluetoothDisabled; new (): RuxIconBluetoothDisabled; };