import type { TLUser } from '../../types'; export declare type CursorComponent = (props: Pick, 'id' | 'color' | 'metadata'>) => any; export declare const Cursor: CursorComponent; //# sourceMappingURL=Cursor.d.ts.map