import { Component } from 'vue'; export declare function createInstance(component: Component): (props?: any) => void;