import { App, Ref } from 'vue'; import { type Props } from './../index'; type Instance
= {
app: App ;
};
export declare function create (element: HTMLElement, component: any, payload: P, onRendered: any, props?: Props): Instance ;
export declare function update (instance: Instance , payload: P): void;
export declare function destroy(instance: Instance