/** * Represents the `Portal` class. * * @public */ export declare class Portal { /** * Opens a template inside a portal. * * @public * @param id - The template id. */ static open(template: HTMLTemplateElement): void; } /** * @private */ export declare class LayerManager { private static _z; static next(): number; } //# sourceMappingURL=Portal.d.ts.map