import { type ComponentInternalInstance } from "vue"; export declare function createForm(currentInstance: ComponentInternalInstance, component: T, props: InstanceType["$props"]): void;