import type React from "react";
interface CursorProps {
    size?: number;
    zIndex?: number;
    showOnTouch?: boolean;
    trailLength?: number;
}
export declare const Cursor: React.FC<CursorProps>;
export {};
