import { CursorComponent } from '../Cursor'; import type { TLUsers } from '../../types'; export interface UserProps { userId?: string; users: TLUsers; Cursor: CursorComponent; } export declare function Users({ userId, users, Cursor }: UserProps): JSX.Element; //# sourceMappingURL=Users.d.ts.map