import type { TComponentAnalyzer } from '../types'; /** * 组件分析器,主要是判断是否有使用ref * @param container 容器schema * @returns */ export declare const componentAnalyzer: TComponentAnalyzer;