import { type TaroNode } from "@tarojs/runtime"; export declare function getPagePath(): any; export declare function mountPortal(children: TaroNode, dom?: TaroNode): import("@tarojs/runtime").TaroElement | TaroNode; export declare function unmountPortal(dom: TaroNode): void;