import { type ComponentInternalInstance } from "vue"; export declare const createComponentProgrammatically: any>(component: Component, currentInstance: ComponentInternalInstance | null, props: InstanceType["$props"]) => { container: HTMLDivElement; vNode: import("vue").VNode; };