interface CursorSVGProps {
    color: string;
}
export default function CursorSVG({ color }: CursorSVGProps): import("react/jsx-runtime").JSX.Element;
export {};
