import { LitElement } from 'lit'; import '../toast-container/toast-container.js'; /** * @tag plus-service * @summary A utility component to automatically set up the UI infrastructure for global services. * Currently sets up the necessary containers for the ToastService. * Place this component once at the root of your application. * @dependency plus-toast-container */ export declare class PlusService extends LitElement { createRenderRoot(): this; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'plus-service': PlusService; } } //# sourceMappingURL=service.d.ts.map