import { Project, SourceFile } from 'ts-morph'; export declare function FindComponentModuleSourceFile(name: string, project: Project): SourceFile;