import { Context } from 'react'; import type { InjectionToken } from '../../libs/fslinker'; export declare const useContextToken: (contextToken: InjectionToken, "single">) => T;