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