import type { SourceFile } from 'ts-morph'; /** Finds component identifier using the provider with the given context name */ export declare const findContextProviderIdentifierByContextName: (sourceFile: SourceFile, contextName: string) => import("ts-morph").Identifier | undefined;