import React from "react"; export declare const FollowerPointerCard: ({ children, className, title, }: { children: React.ReactNode; className?: string; title?: string | React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const FollowPointer: ({ x, y, title, }: { x: any; y: any; title?: string | React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=following-pointer.d.ts.map