/** biome-ignore-all lint/a11y/noStaticElementInteractions: */ /** biome-ignore-all lint/a11y/useKeyWithClickEvents: */ import React from 'react'; import type { UserSelectProps } from './types'; export declare const UserSelectUI: React.FC;