import { type ComponentCreateOptions } from './types'; declare function componentCreateBuilder2(options: ComponentCreateOptions): Promise; export default componentCreateBuilder2;