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