import React from 'react'; export declare const AnchorContext: React.Context<{ baseId?: string | undefined; tableId?: string | undefined; viewId?: string | undefined; }>;