import { AnchorContextValue } from './types';

export declare const AnchorContext: import('react').Context<AnchorContextValue | null>;
export declare const useAnchor: () => AnchorContextValue;
