import * as React from 'react'; import type { AnchorViewProps } from '../../web/react/cursor/AnchorView'; export declare const fadeInAnimation: string; export interface RenderAnchorProps extends AnchorViewProps { } export declare const RenderAnchor: React.FC;