import { CSSProperties } from 'react'; export declare const setGlobalStyle: (cursor: CSSProperties["cursor"], el?: HTMLElement) => void; export declare const clearGlobalStyle: () => void; //# sourceMappingURL=cursor.d.ts.map