import { InjectionToken } from '../../libs/fslinker'; import type { AnchorContext, AnchorProvider, UseAnchorRef, UseAnchorService } from './types'; export declare const FS_REF_INIT_COMPLETE: InjectionToken; export declare const ANCHOR_CONTEXT: InjectionToken; export declare const ANCHOR_PROVIDER: InjectionToken; export declare const USE_ANCHOR_REF: InjectionToken; export declare const USE_ANCHOR_SERVICE: InjectionToken;