import { type ComponentCreateOptions } from './types'; /** * 前向兼容, 创建 1.0 组件为兜底逻辑 */ declare function componentCreateBuilder1(options: ComponentCreateOptions): Promise; export default componentCreateBuilder1;