import { ColorScheme, Modifiers, Spacings, TextSizes } from "../dynamic"; import { BuildContext } from "./createStyler"; export declare const cursorModule: ({ withValues, withModifiers, }: BuildContext) => import("../dynamic").DynamicRule<"marker" | "default" | "hover" | "focus" | "focusWithin" | "focusVisible" | "active" | "visited" | "target" | "first" | "last" | "only" | "odd" | "even" | "firstOfType" | "lastOfType" | "onlyOfType" | "empty" | "disabled" | "checked" | "indeterminate" | "required" | "valid" | "invalid" | "inRange" | "outOfRange" | "placeholderShown" | "autoFill" | "readOnly" | "open" | "before" | "after" | "firstLetter" | "firstLine" | "selection" | "file" | "placeholder" | "sm" | "md" | "lg" | "xl" | "2xl" | "dark" | "portrait" | "landscape" | "motionSafe" | "motionReduce" | "print" | "rtl" | "ltr", "cursor", { none: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; default: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; auto: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; alias: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "all-scroll": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; cell: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "col-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "context-menu": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; copy: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; crosshair: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "e-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "ew-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; grab: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; grabbing: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; help: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; move: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "n-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "ne-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "nesw-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "no-drop": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "not-allowed": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "ns-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; pointer: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; progress: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "row-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "s-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "se-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "sw-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; text: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "vertical-text": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "w-resize": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; wait: (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "zoom-in": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; "zoom-out": (value: any, context: import("../dynamic").VariantContext) => import("@emotion/serialize").CSSInterpolation; }>;