export interface DropcursorOptions { color: string | undefined; width: number | undefined; class: string | undefined; } export declare const dropcursor: import("ricos-types").RicosFunctionalExtension<{ /** The color of the cursor. Defaults to `black`. Use `false` to apply no color and rely only on class. */ color?: string | false | undefined; /** The precise width of the cursor in pixels. Defaults to 1. */ width?: number | undefined; /** A CSS class name to add to the cursor element. */ class?: string | undefined; }, unknown>; //# sourceMappingURL=dropcursor.d.ts.map