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