import { Component } from "./component"; /** * kind of similar to , but it wraps it around a VPortal */ export declare function portalTemplate(app: any, bdom: any, helpers: any): (ctx: any, node: any, key?: string) => any; export declare class Portal extends Component { static template: string; static props: { readonly target: { readonly type: StringConstructor; }; readonly slots: true; }; setup(): void; }