import { StaticComponentAnalyzerResult } from "./types.js"; type AnalyzeStaticComponentsOptions = { includeAllProps?: boolean; }; export declare function analyzeStaticComponents(projectRoot: string, importFrom: string, options?: AnalyzeStaticComponentsOptions): Promise; export {}; //# sourceMappingURL=static-components.d.ts.map