export declare const setCursor: (cursor: string) => () => void;
export declare const releaseCursor: () => void;
