import { App, Ref } from 'vue'; import { type Props } from './../index'; type Instance

= { app: App; payload: Ref

; }; 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): void; export {}; //# sourceMappingURL=vue3.d.ts.map