import type { LiveComponent, LiveElement } from '@use-gpu/live'; export declare const CursorState: import("@use-gpu/live").LiveCapture; export type CursorProviderProps = { element: HTMLElement; children?: LiveElement; }; export declare const CursorProvider: LiveComponent;