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