import { Context } from 'react'; import { InjectionToken } from '../../libs/fslinker'; export declare const provideContext: (name: string, initialValue: T) => InjectionToken, "single">;