import { DefineComponent } from 'vue'; import { MountingOptions } from './types'; export declare function createInstance(inputComponent: DefineComponent<{}, {}, any, any, any, any>, options?: MountingOptions & Record): { app: import("vue").App; props: Record; componentRef: import("vue").Ref; };