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