/** * borrow from @see https://github.com/tldraw/tldraw/blob/324a049abe8f414f96fdcbca68bb95396b6c1a46/packages/editor/src/lib/hooks/useCursor.ts#L12 */ export declare function getCursor(cursor: string, rotation?: number, color?: string, flip?: boolean): string;