import ts from 'typescript';
export declare const getComponentPathsFromSourceFile: (sourceFile: ts.SourceFile) => Set<string>;
