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