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