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