import { CursorComponent } from '../Cursor'; import type { TLUser } from '../../types'; interface UserProps { user: TLUser; Cursor: CursorComponent; } export declare function User({ user, Cursor }: UserProps): JSX.Element; export {}; //# sourceMappingURL=User.d.ts.map