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